# HG changeset patch # User Juanma Barranquero # Date 1028046270 0 # Node ID 51439857322197ac70565dff1dc9dfd35857be32 # Parent 320ae387da9caf4de9508834ba8db77413dbf8f2 Add missing semicolon. diff -r 320ae387da9c -r 514398573221 src/w32proc.c --- a/src/w32proc.c Tue Jul 30 16:19:30 2002 +0000 +++ b/src/w32proc.c Tue Jul 30 16:24:30 2002 +0000 @@ -2234,7 +2234,7 @@ DEFVAR_LISP ("w32-get-true-file-attributes", &Vw32_get_true_file_attributes, doc: /* Non-nil means determine accurate link count in `file-attributes'. Note that this option is only useful for files on NTFS volumes, where hard links -are supported. Moreover, it slows down `file-attributes' noticeably. */) +are supported. Moreover, it slows down `file-attributes' noticeably. */); Vw32_get_true_file_attributes = Qt; } /* end of ntproc.c */