[easytag/wip/clang-analyzer: 11/14] Mark insert_locales() with G_GNUC_NULL_TERMINATED



commit 647bc74ed8935d746016c3532aa2392838532bb4
Author: David King <amigadave amigadave com>
Date:   Mon Aug 12 16:39:27 2013 +0100

    Mark insert_locales() with G_GNUC_NULL_TERMINATED

 src/charset.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/charset.c b/src/charset.c
index 6d1bb15..7c82e80 100644
--- a/src/charset.c
+++ b/src/charset.c
@@ -157,7 +157,7 @@ check_locale (const char *locale)
 }
 
 /* stolen from gnome-desktop-item.c */
-static void
+G_GNUC_NULL_TERMINATED static void
 insert_locales (GHashTable *encodings, char *enc, ...)
 {
     va_list args;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]