Revision: 3009 http://geany.svn.sourceforge.net/geany/?rev=3009&view=rev Author: eht16 Date: 2008-09-26 16:49:52 +0000 (Fri, 26 Sep 2008)
Log Message: ----------- Fix typo.
Modified Paths: -------------- trunk/src/editor.c
Modified: trunk/src/editor.c =================================================================== --- trunk/src/editor.c 2008-09-26 16:49:36 UTC (rev 3008) +++ trunk/src/editor.c 2008-09-26 16:49:52 UTC (rev 3009) @@ -1052,7 +1052,7 @@ if (editor == NULL || editor->document->file_type == NULL) return;
- sci = doc->editor->sci; + sci = editor->sci; doc = editor->document;
if (! lexer_has_braces(sci))
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.