summaryrefslogtreecommitdiffstats
path: root/src/locking.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/locking.h')
-rw-r--r--src/locking.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/locking.h b/src/locking.h
index 4114f1b..d5b07ec 100644
--- a/src/locking.h
+++ b/src/locking.h
@@ -34,7 +34,7 @@ typedef struct {
#else
FILE* fp;
struct flock ldata;
-#endif
+#endif
} lock_info_t;
int lock_file(const char* filename, lock_info_t* lockp);