diff options
Diffstat (limited to 'src/common/lock.h')
-rw-r--r-- | src/common/lock.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/common/lock.h b/src/common/lock.h index e90fbf745..537305ccf 100644 --- a/src/common/lock.h +++ b/src/common/lock.h @@ -9,5 +9,4 @@ FILE* lock_fopen(const char* filename,int *info); int lock_fclose(FILE *fp,const char* filename,int *info); -#endif - +#endif /* _LOCK_H_ */ |