]> git.eshelyaron.com Git - emacs.git/commitdiff
(init_filelock): Add missing semicolon.
authorRichard M. Stallman <rms@gnu.org>
Fri, 18 Nov 1994 20:27:24 +0000 (20:27 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 18 Nov 1994 20:27:24 +0000 (20:27 +0000)
src/filelock.c

index 24c1c26bf595e2e81e1b29f329b93040de3a9646..8bc38bbbe7a5731f29649d4bb9f7498ade59489b 100644 (file)
@@ -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)