gimp r27824 - in trunk: . tools



Author: neo
Date: Tue Dec 23 11:36:09 2008
New Revision: 27824
URL: http://svn.gnome.org/viewvc/gimp?rev=27824&view=rev

Log:
2008-12-23  Sven Neumann  <sven gimp org>

	* tools/gimptool.c: declared function usage() as 
G_GNUC_NORETURN.



Modified:
   trunk/ChangeLog
   trunk/tools/gimptool.c

Modified: trunk/tools/gimptool.c
==============================================================================
--- trunk/tools/gimptool.c	(original)
+++ trunk/tools/gimptool.c	Tue Dec 23 11:36:09 2008
@@ -95,6 +95,10 @@
   { "gimpdatadir",    GIMPDATADIR    }
 };
 
+
+static void  usage (int exit_status) G_GNUC_NORETURN;
+
+
 #ifdef G_OS_WIN32
 
 static gchar *



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