diff options
author | Eric Andersen | 1999-11-12 01:30:18 +0000 |
---|---|---|
committer | Eric Andersen | 1999-11-12 01:30:18 +0000 |
commit | 96bcfd346b436aef16b29d9157b80fd4148b1421 (patch) | |
tree | 339ad54804ab9399bbdb8a87e7bbc76408a11019 /regexp.c | |
parent | 0dfac6b9cec891b8d523f85d7989d772a1447828 (diff) | |
download | busybox-96bcfd346b436aef16b29d9157b80fd4148b1421.zip busybox-96bcfd346b436aef16b29d9157b80fd4148b1421.tar.gz |
Latest and greatest
-Erik
Diffstat (limited to 'regexp.c')
-rw-r--r-- | regexp.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -504,7 +504,7 @@ extern regexp *regcomp(char* text) int token; int peek; char *build; - regexp *re; + regexp *re; // Ignore compiler whining. If we longjmp, we don't use re anymore. /* prepare for error handling */ |