Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Natália Hoclárová
os2018-copymatster-kostra
Commits
71169734
Commit
71169734
authored
Oct 01, 2018
by
Michal Vrábel
Browse files
odstraneny zbytocny komentar
parent
b8ce9eb4
Changes
1
Hide whitespace changes
Inline
Side-by-side
misc.c
View file @
71169734
...
...
@@ -163,7 +163,7 @@ struct CopymasterOptions ParseCopymaterOptions(int argc, char *argv[]) {
void
FatalError
(
char
c
,
const
char
*
msg
,
int
exit_status
)
{
fprintf
(
stderr
,
"%c:%d
\n
"
,
c
,
errno
);
// removed space
fprintf
(
stderr
,
"%c:%d
\n
"
,
c
,
errno
);
fprintf
(
stderr
,
"%c:%s
\n
"
,
c
,
strerror
(
errno
));
fprintf
(
stderr
,
"%c:%s
\n
"
,
c
,
msg
);
exit
(
exit_status
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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