diff options
| author | Richard M. Stallman | 1994-11-18 20:27:24 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-11-18 20:27:24 +0000 |
| commit | 66e7fd4669af6477086904e4c538ab6702858afa (patch) | |
| tree | 304d147f973372eb7130480d19c876545c39c125 /src | |
| parent | af8eb50dd287ffeb2b6767f07c9191f946938ee1 (diff) | |
| download | emacs-66e7fd4669af6477086904e4c538ab6702858afa.tar.gz emacs-66e7fd4669af6477086904e4c538ab6702858afa.zip | |
(init_filelock): Add missing semicolon.
Diffstat (limited to 'src')
| -rw-r--r-- | src/filelock.c | 2 |
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.") | |||
| 455 | 455 | ||
| 456 | init_filelock () | 456 | init_filelock () |
| 457 | { | 457 | { |
| 458 | char *new_name | 458 | char *new_name; |
| 459 | 459 | ||
| 460 | lock_dir = egetenv ("EMACSLOCKDIR"); | 460 | lock_dir = egetenv ("EMACSLOCKDIR"); |
| 461 | if (! lock_dir) | 461 | if (! lock_dir) |