summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/filelock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/filelock.c b/src/filelock.c
index 24c1c26bf59..8bc38bbbe7a 100644
--- a/src/filelock.c
+++ b/src/filelock.c
@@ -455,7 +455,7 @@ t if it is locked by you, else a string of the name of the locker.")
init_filelock ()
{
- char *new_name
+ char *new_name;
lock_dir = egetenv ("EMACSLOCKDIR");
if (! lock_dir)