summaryrefslogtreecommitdiffstats
path: root/save-html.h
diff options
context:
space:
mode:
authorGravatar Miika Turkia <miika.turkia@gmail.com>2014-08-10 18:29:25 +0300
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-08-11 08:21:34 -0700
commitb54032df759ab4ffaed35f70fda95594890b6977 (patch)
tree24801267beceef05156e5e0f75811e7d8599d946 /save-html.h
parent7d9c71c9475e765b5f087d532ddf3e0debe4eab0 (diff)
downloadsubsurface-b54032df759ab4ffaed35f70fda95594890b6977.tar.gz
White space fix
Signed-off-by: Miika Turkia <miika.turkia@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'save-html.h')
-rw-r--r--save-html.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/save-html.h b/save-html.h
index bcf69d5f7..6d31e4fc3 100644
--- a/save-html.h
+++ b/save-html.h
@@ -19,7 +19,7 @@ void export_HTML(const char *file_name, const char *photos_dir, const bool selec
void export_translation(const char *file_name);
extern void copy_image_and_overwrite(const char *cfileName, const char *cnewName);
-extern const char* get_file_name(const char *fileName);
+extern const char *get_file_name(const char *fileName);
#ifdef __cplusplus
}
#endif