diff options
| author | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2010-12-12 15:58:08 +0100 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2010-12-12 15:58:08 +0100 |
| commit | 0461816958aa23555c6f8b5bf40e4bddc1c02aed (patch) | |
| tree | a494612a9b4cdf8aa6b055b6023d3009cdab9fe8 /src/gallery-utils.h | |
| parent | c8caea8a8510c31fc028501acf44734f48b8dc3b (diff) | |
| download | cataract-0461816958aa23555c6f8b5bf40e4bddc1c02aed.tar.xz | |
Fix indentation
Diffstat (limited to 'src/gallery-utils.h')
| -rw-r--r-- | src/gallery-utils.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallery-utils.h b/src/gallery-utils.h index 521a1fe..2bffc18 100644 --- a/src/gallery-utils.h +++ b/src/gallery-utils.h @@ -44,7 +44,7 @@ gboolean copy_file (const gchar *src, const gchar *dst); * make_string: make string of 'substr' substrings * - returns newly allocated string */ -gchar *make_string (const gchar *substr, int count); +gchar * make_string (const gchar *substr, int count); /* * fix_entities: replace all invalid & entities with & @@ -67,7 +67,7 @@ int count_dir_levels (const gchar *path); /* * extract_file_ext: returns pointer to filename extension */ -const gchar *extract_file_ext (const gchar *filename); +const gchar * extract_file_ext (const gchar *filename); /* * log_error: prints an error and increments stats |
