From 3b1d56cb8adc3b530873e07cdb9e12e11e90e8fe Mon Sep 17 00:00:00 2001 From: Roland Illig Date: Fri, 3 Feb 2006 17:07:39 +0000 Subject: [PATCH] Replaced the printf format with __printf__. --- src/main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.h b/src/main.h index b023492c5..3f3c695ee 100644 --- a/src/main.h +++ b/src/main.h @@ -106,7 +106,7 @@ void update_xterm_title_path (void); void load_hint (int force); void print_vfs_message(const char *msg, ...) - __attribute__ ((format (printf, 1, 2))); + __attribute__ ((format (__printf__, 1, 2))); extern const char *prompt; extern const char *edit_one_file;