diff options
Diffstat (limited to 'src/gallery-utils.h')
| -rw-r--r-- | src/gallery-utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallery-utils.h b/src/gallery-utils.h index 7972b39..3b12616 100644 --- a/src/gallery-utils.h +++ b/src/gallery-utils.h @@ -37,7 +37,7 @@ gboolean copy_file (const char *src, const char *dst); * make_string: make string of 'substr' substrings * - returns newly allocated string */ -char *make_string (const char* substr, const int count); +char *make_string (const char* substr, int count); /* * fix_entities: replace all invalid & entities with & |
