diff options
Diffstat (limited to 'Build/source/texk/kpathsea/expand.c')
-rw-r--r-- | Build/source/texk/kpathsea/expand.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Build/source/texk/kpathsea/expand.c b/Build/source/texk/kpathsea/expand.c index 232a1245a48..895a627b510 100644 --- a/Build/source/texk/kpathsea/expand.c +++ b/Build/source/texk/kpathsea/expand.c @@ -368,15 +368,15 @@ main (int argc, char **argv) fprintf (stderr, "brace_expand> "); if ((!fgets (example, 256, stdin)) || - (strncmp (example, "quit", 4) == 0)) - break; + (strncmp (example, "quit", 4) == 0)) + break; if (strlen (example)) - example[strlen (example) - 1] = 0; + example[strlen (example) - 1] = 0; result = kpse_brace_expand (example); - printf ("%s\n", result); + printf ("%s\n", result); } } |