Replaced the printf format with __printf__.

This commit is contained in:
Roland Illig 2006-02-03 17:07:39 +00:00
parent f7f06c0202
commit 3b1d56cb8a

View File

@ -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;