mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
Replaced the printf format with __printf__.
This commit is contained in:
parent
f7f06c0202
commit
3b1d56cb8a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user