SF.net SVN: geany-plugins:[1895] trunk/geany-plugins/spellcheck/src/speller .c
eht16 at users.sourceforge.net
eht16 at xxxxx
Sun Jan 30 15:19:43 UTC 2011
Revision: 1895
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1895&view=rev
Author: eht16
Date: 2011-01-30 15:19:43 +0000 (Sun, 30 Jan 2011)
Log Message:
-----------
try to make it more readable
Modified Paths:
--------------
trunk/geany-plugins/spellcheck/src/speller.c
Modified: trunk/geany-plugins/spellcheck/src/speller.c
===================================================================
--- trunk/geany-plugins/spellcheck/src/speller.c 2011-01-29 16:42:10 UTC (rev 1894)
+++ trunk/geany-plugins/spellcheck/src/speller.c 2011-01-30 15:19:43 UTC (rev 1895)
@@ -556,12 +556,10 @@
}
break;
}
-
-#endif
- case SCLEX_CPP:
-#ifndef SCE_PAS_DEFAULT
+#else
case SCLEX_PASCAL:
#endif
+ case SCLEX_CPP:
{
switch (style)
{
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Plugins-Commits
mailing list