Fix end of file.

csync_util.c:347:1: error: no newline at end of file [-Werror,-pedantic,-Wnewline-eof]
This commit is contained in:
Olivier Goffart 2012-12-12 13:51:54 +01:00
parent 654e87a9d5
commit 4e8ff9ae05

View File

@ -344,4 +344,4 @@ void csync_win32_set_file_hidden( const char *file, bool h ) {
#else
(void) file;
#endif
}
}