diff src/ex_cmds.c @ 637:a420bba0d851 v7.0184

updated for version 7.0184
author vimboss
date Sat, 21 Jan 2006 22:16:51 +0000
parents 1c586ee8dd45
children 513866ffe6af
line wrap: on
line diff
--- a/src/ex_cmds.c
+++ b/src/ex_cmds.c
@@ -2637,7 +2637,7 @@ check_overwrite(eap, buf, fname, ffname,
 	if (!eap->forceit && !eap->append)
 	{
 #ifdef UNIX
-		/* with UNIX it is possible to open a directory */
+	    /* with UNIX it is possible to open a directory */
 	    if (mch_isdir(ffname))
 	    {
 		EMSG2(_(e_isadir2), ffname);