diff get_path.h @ 29212:eda346733b8c

Add missing 'void' to parameterless function declarations.
author diego
date Mon, 04 May 2009 17:35:26 +0000
parents 0f42fb42843c
children 977fd535cc9d
line wrap: on
line diff
--- a/get_path.h	Mon May 04 16:56:36 2009 +0000
+++ b/get_path.h	Mon May 04 17:35:26 2009 +0000
@@ -22,6 +22,6 @@
 #define MPLAYER_GET_PATH_H
 
 char *get_path(const char *filename);
-void set_path_env();
+void set_path_env(void);
 
 #endif /* MPLAYER_GET_PATH_H */