From 0f33c8a9cbabda257c4dd73009266a4cf5f857a7 Mon Sep 17 00:00:00 2001 From: gramanas Date: Sat, 18 Aug 2018 18:44:14 +0300 Subject: steps towards list --- src/ckutil.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ckutil.h') 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, -- cgit v1.2.3