diff options
Diffstat (limited to 'src/ckutil.h')
-rw-r--r-- | src/ckutil.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ckutil.h b/src/ckutil.h index fc7cea2..8f5eda8 100644 --- a/src/ckutil.h +++ b/src/ckutil.h @@ -48,7 +48,7 @@ /* Create the config name to be used when storing a new config to * the VC or SCRT dir */ extern void str_make_ck_config_name(char *ret, const char *path, - const char *progName); + const char *progName); /* Joins the two strings into ret, with a '/' in between */ extern void str_join_dirname_with_basename(char *ret, const char *path, |