diff get_path.c @ 29212:eda346733b8c

Add missing 'void' to parameterless function declarations.
author diego
date Mon, 04 May 2009 17:35:26 +0000
parents 3e3bd9da4c7e
children c1a3f1bbba26
line wrap: on
line diff
--- a/get_path.c	Mon May 04 16:56:36 2009 +0000
+++ b/get_path.c	Mon May 04 17:35:26 2009 +0000
@@ -140,7 +140,7 @@
 }
 
 #if (defined(__MINGW32__) || defined(__CYGWIN__)) && defined(CONFIG_WIN32DLL)
-void set_path_env()
+void set_path_env(void)
 {
 	/*make our codec dirs available for LoadLibraryA()*/
 	char tmppath[MAX_PATH*2 + 1];