From 3175710dd6061c9f3df49e24728b93b4d8f29f89 Mon Sep 17 00:00:00 2001 From: jkar8572 Date: Fri, 24 Jun 2005 14:04:23 +0000 Subject: Error messages fixes (Dmitry V. Levin) --- quotacheck.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'quotacheck.h') diff --git a/quotacheck.h b/quotacheck.h index 10ac6d1..a4f8955 100644 --- a/quotacheck.h +++ b/quotacheck.h @@ -36,7 +36,7 @@ extern size_t free_mem = 0; #endif void *xmalloc(size_t size); -void debug(int df, char *fmtstr, ...); +void debug(int df, char *fmtstr, ...) __attribute__ ((__format__ (__printf__, 2, 3))); int ask_yn(char *q, int def); struct dquot *lookup_dquot(qid_t id, int type); struct dquot *add_dquot(qid_t id, int type); -- cgit v1.2.3