diff th_file.c @ 684:a6e7a29ecd30

Constify.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 04 Mar 2020 23:39:11 +0200
parents 45c2e474a997
children 18b7c2c9f838
line wrap: on
line diff
--- a/th_file.c	Wed Mar 04 21:31:14 2020 +0200
+++ b/th_file.c	Wed Mar 04 23:39:11 2020 +0200
@@ -154,7 +154,7 @@
 }
 
 
-BOOL th_mkdir_path(const char *cpath, int mode)
+BOOL th_mkdir_path(const char *cpath, const int mode)
 {
     char save, *path = th_strdup(cpath);
     size_t start = 0, end;