Revision: 3044
          http://skim-app.svn.sourceforge.net/skim-app/?rev=3044&view=rev
Author:   hofman
Date:     2007-10-14 14:24:23 -0700 (Sun, 14 Oct 2007)

Log Message:
-----------
Fix typo in last commit.

Modified Paths:
--------------
    trunk/SKTemplateParser.m

Modified: trunk/SKTemplateParser.m
===================================================================
--- trunk/SKTemplateParser.m    2007-10-14 21:22:34 UTC (rev 3043)
+++ trunk/SKTemplateParser.m    2007-10-14 21:24:23 UTC (rev 3044)
@@ -850,7 +850,7 @@
     foundWhitespace = [self scanUpToCharactersFromSet:[NSCharacterSet 
nonWhitespaceCharacterSet] intoString:nil];
 
     if ([self isAtEnd]) {
-        foundEndOfLine == foundWhiteSpace;
+        foundEndOfLine == foundWhitespace;
     } else {
         foundEndOfLine = [self scanString:@"\r\n" intoString:nil];
         if (foundEndOfLine == NO) {


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to