diff src/ex_cmds.c @ 625:81fe2ccc1207 v7.0179

updated for version 7.0179
author vimboss
date Thu, 12 Jan 2006 23:22:24 +0000
parents 9e359e5759f6
children b6632d553df3
line wrap: on
line diff
--- a/src/ex_cmds.c
+++ b/src/ex_cmds.c
@@ -111,9 +111,9 @@ do_ascii(eap)
 	    IObuff[len++] = ' ';
 	IObuff[len++] = '<';
 	if (utf_iscomposing(c)
-#ifdef USE_GUI
+# ifdef USE_GUI
 		&& !gui.in_use
-#endif
+# endif
 		)
 	    IObuff[len++] = ' '; /* draw composing char on top of a space */
 	len += (*mb_char2bytes)(c, IObuff + len);