Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
LSH
lsh
Commits
50228a4f
Commit
50228a4f
authored
Jan 11, 1999
by
Niels Möller
Browse files
Added a missing break; statement.
Rev: src/lsh.c:1.37
parent
a9392862
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lsh.c
View file @
50228a4f
...
...
@@ -210,7 +210,7 @@ int main(int argc, char **argv)
optarg
);
exit
(
1
);
}
break
;
case
'?'
:
usage
();
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment