comparison src/filelock.c @ 10017:6e28a6ff9a41

(init_filelock): Add missing semicolon.
author Richard M. Stallman <rms@gnu.org>
date Fri, 18 Nov 1994 20:27:24 +0000
parents 478f14a61aba
children 2ae69efc3e8b
comparison
equal deleted inserted replaced
10016:de27224b0b43 10017:6e28a6ff9a41
453 453
454 /* Initialization functions. */ 454 /* Initialization functions. */
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)
462 lock_dir = PATH_LOCK; 462 lock_dir = PATH_LOCK;
463 463