]> granicus.if.org Git - php/commitdiff
Corrected one proto.
authorEgon Schmid <eschmid@php.net>
Sun, 6 May 2001 06:33:48 +0000 (06:33 +0000)
committerEgon Schmid <eschmid@php.net>
Sun, 6 May 2001 06:33:48 +0000 (06:33 +0000)
ext/pgsql/pgsql.c

index 90070c042c8be6ac0dd17ea60359c0215c30701f..fe1d308087b66c962b1cc2953db6b148eabeab24 100644 (file)
@@ -875,7 +875,7 @@ PHP_FUNCTION(pg_cmdtuples)
 /* }}} */
 
 /* {{{ proto int pg_last_notice(int connection)
-    Returns the last notice set by the backend */
+   Returns the last notice set by the backend */
 PHP_FUNCTION(pg_last_notice) {
        if (PGG(last_notice) == NULL) {
                RETURN_FALSE;