[Pcre-svn] [444] code/trunk/pcre_exec.c: Fix comment in code…

Página Inicial
Delete this message
Autor: Subversion repository
Data:  
Para: pcre-svn
Assunto: [Pcre-svn] [444] code/trunk/pcre_exec.c: Fix comment in code.
Revision: 444
          http://vcs.pcre.org/viewvc?view=rev&revision=444
Author:   ph10
Date:     2009-09-13 17:26:39 +0100 (Sun, 13 Sep 2009)


Log Message:
-----------
Fix comment in code.

Modified Paths:
--------------
    code/trunk/pcre_exec.c


Modified: code/trunk/pcre_exec.c
===================================================================
--- code/trunk/pcre_exec.c    2009-09-13 16:00:08 UTC (rev 443)
+++ code/trunk/pcre_exec.c    2009-09-13 16:26:39 UTC (rev 444)
@@ -5326,7 +5326,7 @@
     rc = MATCH_NOMATCH;
     goto ENDLOOP;


-    /* Any other return is some kind of error. */
+    /* Any other return is either a match, or some kind of error. */


     default:
     goto ENDLOOP;