gimp r26919 - in trunk: . plug-ins/script-fu/tinyscheme



Author: mitch
Date: Wed Sep 10 20:07:17 2008
New Revision: 26919
URL: http://svn.gnome.org/viewvc/gimp?rev=26919&view=rev

Log:
2008-09-10  Michael Natterer  <mitch gimp org>

	* plug-ins/script-fu/tinyscheme/scheme.h: fix prototype (foo() is
	not a prototype, use foo(void) instead).



Modified:
   trunk/ChangeLog
   trunk/plug-ins/script-fu/tinyscheme/scheme.h

Modified: trunk/plug-ins/script-fu/tinyscheme/scheme.h
==============================================================================
--- trunk/plug-ins/script-fu/tinyscheme/scheme.h	(original)
+++ trunk/plug-ins/script-fu/tinyscheme/scheme.h	Wed Sep 10 20:07:17 2008
@@ -130,7 +130,7 @@
                                             int             len);
 #endif
 
-SCHEME_EXPORT scheme *scheme_init_new();
+SCHEME_EXPORT scheme *scheme_init_new(void);
 SCHEME_EXPORT scheme *scheme_init_new_custom_alloc(func_alloc malloc, func_dealloc free);
 SCHEME_EXPORT int scheme_init(scheme *sc);
 SCHEME_EXPORT int scheme_init_custom_alloc(scheme *sc, func_alloc, func_dealloc);



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