diff --git a/file_path_special.c b/file_path_special.c index 41b366c888..be3a56c756 100644 --- a/file_path_special.c +++ b/file_path_special.c @@ -207,7 +207,7 @@ void fill_pathname_application_path(char *s, size_t len) CFBundleRef bundle = CFBundleGetMainBundle(); #endif #ifdef _WIN32 - DWORD ret + DWORD ret; #endif #ifdef __HAIKU__ image_info info;