summaryrefslogtreecommitdiffstats
path: root/save-html.c
diff options
context:
space:
mode:
Diffstat (limited to 'save-html.c')
-rw-r--r--save-html.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/save-html.c b/save-html.c
index 02d131e71..695221ece 100644
--- a/save-html.c
+++ b/save-html.c
@@ -325,7 +325,8 @@ void export_HTML(const char *file_name, const char *photos_dir, const bool selec
fclose(f);
}
-void export_translation(const char *file_name){
+void export_translation(const char *file_name)
+{
FILE *f;
struct membuffer buf = { 0 };