Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Anders Blomdell
LabComm
Commits
3ba622e5
Commit
3ba622e5
authored
May 27, 2015
by
Anders Blomdell
Browse files
Removed printout in case of no errors.
parent
4db2a65b
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/c/2014/test/test_labcomm_renaming_encoder.c
View file @
3ba622e5
...
...
@@ -132,7 +132,7 @@ static int buf_writer_ioctl(
mismatch
=
1
;
}
}
if
(
1
||
mismatch
)
{
if
(
mismatch
)
{
fprintf
(
stderr
,
"Encoder mismatch (%s:%d)
\n
"
,
__FILE__
,
line
);
...
...
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