diff options
| author | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2009-03-14 14:09:11 +0100 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2009-03-14 14:09:11 +0100 |
| commit | 9514d8f844ada0b8a0b2450973374ee2ecd7b6b7 (patch) | |
| tree | 045dd6cd66aa5609eb9524ac48803c4e5f5c7740 /src/gallery-utils.h | |
| parent | f37ddb3c6f7f903fd77935b7a7aefe11cbe00831 (diff) | |
| download | cataract-9514d8f844ada0b8a0b2450973374ee2ecd7b6b7.tar.xz | |
Support for common supportfiles root
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 & |
