typo fix
authorSteve Youngs <steve@sxemacs.org>
Mon, 28 Nov 2011 03:03:43 +0000 (13:03 +1000)
committerSteve Youngs <steve@sxemacs.org>
Mon, 28 Nov 2011 03:03:43 +0000 (13:03 +1000)
Signed-off-by: Steve Youngs <steve@sxemacs.org>
src/filelock.c

index a1e18b6..f353f13 100644 (file)
@@ -297,7 +297,7 @@ void lock_file(Lisp_Object fn)
        struct gcpro gcpro1, gcpro2, gcpro3;
        Lisp_Object old_current_buffer;
        Lisp_Object subject_buf;
-       int sz, maxsz;
+       int sz, max_sz;
 
        if (inhibit_clash_detection)
                return;