Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
TPF
jack2
Commits
9a018310
Commit
9a018310
authored
Dec 20, 2016
by
Hoger Dehnhardt
Browse files
corrected the message when transport is in an unexpected state while trying to toggle
parent
3962e4b5
Changes
1
Hide whitespace changes
Inline
Side-by-side
example-clients/transport.c
View file @
9a018310
...
...
@@ -230,7 +230,7 @@ static void com_toggle(char *arg)
fprintf
(
stderr
,
"state: Starting - no transport toggling"
);
break
;
default:
fprintf
(
stderr
,
"
state: Starting -
no transport toggling"
);
fprintf
(
stderr
,
"
unexpected state:
no transport toggling"
);
}
}
...
...
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