diff options
Diffstat (limited to 'apps/gui/list.h')
-rw-r--r-- | apps/gui/list.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gui/list.h b/apps/gui/list.h index 88d9e0d9bd..1060a3edde 100644 --- a/apps/gui/list.h +++ b/apps/gui/list.h | |||
@@ -312,7 +312,7 @@ void simplelist_set_line_count(int lines); | |||
312 | /* get the current amount of lines shown */ | 312 | /* get the current amount of lines shown */ |
313 | int simplelist_get_line_count(void); | 313 | int simplelist_get_line_count(void); |
314 | /* add a line in the list. */ | 314 | /* add a line in the list. */ |
315 | void simplelist_addline(const char *fmt, ...) __attribute__((format(printf,1,2))); | 315 | void simplelist_addline(const char *fmt, ...) ATTRIBUTE_PRINTF(1,2); |
316 | 316 | ||
317 | /* setup the info struct. members not setup in this function need to be assigned manually | 317 | /* setup the info struct. members not setup in this function need to be assigned manually |
318 | members set in this function: | 318 | members set in this function: |