summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/strstr.c
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/kpathsea/strstr.c')
-rw-r--r--Build/source/texk/kpathsea/strstr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/kpathsea/strstr.c b/Build/source/texk/kpathsea/strstr.c
index 0229f463fdc..6a56025c41c 100644
--- a/Build/source/texk/kpathsea/strstr.c
+++ b/Build/source/texk/kpathsea/strstr.c
@@ -63,7 +63,7 @@ strstr (phaystack, pneedle)
goto jin;
for (;;)
- {
+ {
register chartype a;
register const unsigned char *rhaystack, *rneedle;