summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--navit/bookmarks.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/navit/bookmarks.c b/navit/bookmarks.c
index 54be384b7..5df36b7a3 100644
--- a/navit/bookmarks.c
+++ b/navit/bookmarks.c
@@ -363,7 +363,7 @@ static int bookmarks_store_bookmarks_to_file(struct bookmarks *this_, int limit
}
#ifdef FlushFileBuffers
- FlushFileBuffers(f)
+ FlushFileBuffers(f)
#endif FlushFileBuffers
fclose(f);
@@ -377,7 +377,7 @@ static int bookmarks_store_bookmarks_to_file(struct bookmarks *this_, int limit
unlink(this_->bookmark_file);
#ifdef _POSIX
- sync();
+ sync();
#endif _POSIX
result=(rename(this_->working_file,this_->bookmark_file)==0);
if (!result) {