diff options
Diffstat (limited to 'e-util')
-rw-r--r-- | e-util/e-dialog-utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/e-util/e-dialog-utils.h b/e-util/e-dialog-utils.h index d1e8b900c0..f4f04b0eac 100644 --- a/e-util/e-dialog-utils.h +++ b/e-util/e-dialog-utils.h @@ -28,6 +28,6 @@ void e_notice (gpointer parent, GtkMessageType type, const gchar *format, - ...); + ...) G_GNUC_PRINTF (3, 4); #endif /* E_DIALOG_UTILS_H */ |