diff options
author | Leandro Pereira <leandro@hardinfo.org> | 2020-05-17 11:40:45 -0700 |
---|---|---|
committer | Leandro Pereira <leandro@hardinfo.org> | 2020-05-17 11:40:45 -0700 |
commit | 8190734fe0fd5a589fb16b17abfcf3dea31a8a62 (patch) | |
tree | 53c82a21d67a013f993902a5b771ce6b745d8330 /includes | |
parent | 9113356173ed569ce22573dc6d1e05c922bf2340 (diff) |
Fix more formatting errors
Diffstat (limited to 'includes')
-rw-r--r-- | includes/hardinfo.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/includes/hardinfo.h b/includes/hardinfo.h index 34586549..737a854b 100644 --- a/includes/hardinfo.h +++ b/includes/hardinfo.h @@ -137,7 +137,8 @@ void module_unload_all(void); const ModuleAbout *module_get_about(ShellModule *module); gchar *seconds_to_string(unsigned int seconds); -gchar *h_strdup_cprintf(const gchar *format, gchar *source, ...); +gchar *h_strdup_cprintf(const gchar *format, gchar *source, ...) + __attribute__((format(gnu_printf, 1, 3))); gchar *h_strconcat(gchar *string1, ...); void h_hash_table_remove_all (GHashTable *hash_table); |