Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
Beam Positoning Monitor - Software
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Projects
Beam Positoning Monitor - Software
Commits
bb387090
Commit
bb387090
authored
8 years ago
by
Lucas Russo
Browse files
Options
Downloads
Patches
Plain Diff
examples/trigger.c: fix trivial debug message typo
parent
84c96215
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
examples/trigger.c
+1
-1
1 addition, 1 deletion
examples/trigger.c
with
1 addition
and
1 deletion
examples/trigger.c
+
1
−
1
View file @
bb387090
...
...
@@ -262,7 +262,7 @@ int main (int argc, char *argv [])
dir
=
strtoul
(
dir_str
,
NULL
,
10
);
bpm_client_err_e
err
=
bpm_set_trigger_dir
(
bpm_client
,
service_iface
,
chan
,
dir
);
if
(
err
!=
BPM_CLIENT_SUCCESS
){
fprintf
(
stderr
,
"[client:trigger]: bpm_set_trigger_
rcv_sel
failed
\n
"
);
fprintf
(
stderr
,
"[client:trigger]: bpm_set_trigger_
dir
failed
\n
"
);
goto
err_bpm_set
;
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
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!
Save comment
Cancel
Please
register
or
sign in
to comment