changeset 739:32dab9b6058a

Add missing void to function arguments.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 14 Dec 2022 01:31:25 +0200
parents 7de6eb6d427c
children caeb0a44ebdf
files th_file.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/th_file.c	Sun Dec 11 00:00:23 2022 +0200
+++ b/th_file.c	Wed Dec 14 01:31:25 2022 +0200
@@ -21,7 +21,7 @@
 #endif
 
 
-char * th_get_home_dir()
+char * th_get_home_dir(void)
 {
 #if defined(TH_PLAT_WINDOWS)
     char tmpPath[MAX_PATH];