X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=save-xml.c;h=42bd17e9faae65228fe6f759405c2e4da6731e91;hb=3a6652634b2152352f6f5a2b9ee3d549140ae337;hp=47a8a7ebb23767de9e8202ca90e3b101a142bacd;hpb=efb1fa44b81419841d7c92104a69987c256a0028;p=ext%2Fsubsurface.git diff --git a/save-xml.c b/save-xml.c index 47a8a7e..42bd17e 100644 --- a/save-xml.c +++ b/save-xml.c @@ -236,7 +236,7 @@ void save_dives(const char *filename) /* Flush any edits of current dives back to the dives! */ update_dive(current_dive); - fprintf(f, "\n\n", VERSION); + fprintf(f, "\n\n", VERSION); for (i = 0; i < dive_table.nr; i++) save_dive(f, get_dive(i)); fprintf(f, "\n");