X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;ds=sidebyside;f=lopsub.c;h=a9e401f259f63422e3db094080cc66ecb808c694;hb=d6f28609ba3b250079ac0c55422dafdabb6c0c71;hp=d495663408d12fbe85f471a1ba406c3b5c64dcaf;hpb=61a906e6192f139b366cba68bf481a48a6fba45a;p=lopsub.git diff --git a/lopsub.c b/lopsub.c index d495663..a9e401f 100644 --- a/lopsub.c +++ b/lopsub.c @@ -155,7 +155,7 @@ static int xrealloc(void *p, size_t size) return 0; } -/* Print a formated message to a dynamically allocated string. */ +/* Print a formatted message to a dynamically allocated string. */ __attribute__ ((format (printf, 2, 0))) static int xvasprintf(char **result, const char *fmt, va_list ap) {