summaryrefslogtreecommitdiffstats
path: root/get_path.c
diff options
context:
space:
mode:
Diffstat (limited to 'get_path.c')
-rw-r--r--get_path.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/get_path.c b/get_path.c
index f5cf41354e..6ef074b869 100644
--- a/get_path.c
+++ b/get_path.c
@@ -140,7 +140,7 @@ char *get_path(const char *filename){
}
#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];