From: Georg-Johann Lay Date: Wed, 6 Jun 2012 16:40:06 +0000 (+0000) Subject: Fix comments X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9ee5885b8632a4275601190da0692541d27fd3bd;p=gcc.git Fix comments From-SVN: r188270 --- diff --git a/gcc/config/avr/avr-log.c b/gcc/config/avr/avr-log.c index 3c4bccfa282..828c5effb38 100644 --- a/gcc/config/avr/avr-log.c +++ b/gcc/config/avr/avr-log.c @@ -34,9 +34,9 @@ with a printf-like interface. The functions are called through macros avr_edump or avr_fdump from avr-protos.h: - avr_edump (const char * fmt, ...); + avr_edump (const char *fmt, ...); - avr_fdump (FILE * stream, const char * fmt, ...); + avr_fdump (FILE *stream, const char *fmt, ...); avr_edump (fmt, ...) is a shortcut for avr_fdump (stderr, fmt, ...)