Skip to content

Commit 6aa6ac2

Browse files
Merge branch 'main' into 193-add-logs-support-in-soo-environment
2 parents b54a63a + dccde6d commit 6aa6ac2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

usr/src/sh.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ void sigint_sh_handler(int sig)
329329
printf("%s", prompt);
330330
fflush(stdout);
331331
}
332-
/*d
332+
/*
333333
* Main entry point of the shell application.
334334
*/
335335
int main(int argc, char *argv[])

0 commit comments

Comments
 (0)