diff th_file.c @ 783:db1a132c7754

Add missing void to mark empty function argument lists.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 20 Dec 2023 07:27:35 +0200
parents 64af66cae541
children
line wrap: on
line diff
--- a/th_file.c	Thu Aug 03 09:04:43 2023 +0300
+++ b/th_file.c	Wed Dec 20 07:27:35 2023 +0200
@@ -38,7 +38,7 @@
 }
 
 
-char * th_get_data_dir()
+char * th_get_data_dir(void)
 {
 #if defined(TH_PLAT_WINDOWS)
     char tmpPath[MAX_PATH];