Skip to content

Commit 0293538

Browse files
committed
code formatting
1 parent 81ded66 commit 0293538

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ static const char * RTC[] = {
349349
" char ** varg;",
350350
" char * me = argv[0];",
351351
" if (me == NULL) { me = getenv(\"_\"); }",
352-
" if (me == 0) { fprintf(stderr, \"E: neither argv[0] nor $_ works.\"); exit(1);}",
352+
" if (me == 0) { fprintf(stderr, \"E: neither argv[0] nor $_ works.\"); exit(1); }",
353353
"",
354354
" ret = chkenv(argc);",
355355
" stte_0();",

0 commit comments

Comments
 (0)