diff src/dired.c @ 5389:f560f6608937

Typo fix: use a semicolon instead of a comma at the end of a statement.
author Jerry James <james@xemacs.org>
date Wed, 30 Mar 2011 15:07:15 -0600
parents af961911bcb2
children 248176c74e6b
line wrap: on
line diff
--- a/src/dired.c	Tue Mar 29 23:28:14 2011 +0100
+++ b/src/dired.c	Wed Mar 30 15:07:15 2011 -0600
@@ -912,7 +912,7 @@
 #endif
 
   filemodestring (&s, modes);
-  modestring = make_string ((Ibyte *) modes, 10),
+  modestring = make_string ((Ibyte *) modes, 10);
 
 #if defined (BSD4_2) || defined (BSD4_3)	/* file gid will be dir gid */
   {