summaryrefslogtreecommitdiff
path: root/src/w32proc.c
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2002-07-30 16:24:30 +0000
committerJuanma Barranquero <lekktu@gmail.com>2002-07-30 16:24:30 +0000
commitc7a1aae940e0950369d6e107ac84b198339b6d03 (patch)
tree6d1cb3a99f2ff5a2b3d398268686db8c3482c7e7 /src/w32proc.c
parent45de4a6fcddbf77b230bb5a910b66dbb97e97445 (diff)
downloademacs-c7a1aae940e0950369d6e107ac84b198339b6d03.tar.gz
Add missing semicolon.
Diffstat (limited to 'src/w32proc.c')
-rw-r--r--src/w32proc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32proc.c b/src/w32proc.c
index f7ddf4d69a8..c009582b1c7 100644
--- a/src/w32proc.c
+++ b/src/w32proc.c
@@ -2234,7 +2234,7 @@ the truename of a file can be slow. */);
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 */