]> granicus.if.org Git - php/commitdiff
- Testing 1 2 3
authorAndi Gutmans <andi@php.net>
Mon, 11 Sep 2000 15:14:56 +0000 (15:14 +0000)
committerAndi Gutmans <andi@php.net>
Mon, 11 Sep 2000 15:14:56 +0000 (15:14 +0000)
TSRM/tsrm_strtok_r.c

index e9ad26a7ac2975c7de06fa76f0169bedad846097..cfd956df4751f079f67e96d9be31cc3791520da2 100644 (file)
@@ -2,7 +2,6 @@
 
 #include "tsrm_config_common.h"
 #include "tsrm_strtok_r.h"
-
 static inline int in_character_class(char ch, const char *delim)
 {
        while (*delim) {