Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
John P. Willis
freem
Commits
c32730a8
Commit
c32730a8
authored
Feb 28, 2022
by
John P. Willis
Browse files
Formatting fixes
parent
46b4bbb4
Pipeline
#732
passed with stage
in 1 minute and 25 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/jobtab.c
src/jobtab.c
+1
-1
No files found.
src/jobtab.c
View file @
c32730a8
...
...
@@ -118,7 +118,7 @@ job_slot_t *job_init(short is_fmadm)
job_slot_t
*
s
;
if
(
jobtab_get_sem
()
==
FALSE
)
{
if
(
jobtab_get_sem
()
==
FALSE
)
{
fprintf
(
stderr
,
"job_init: failed to get job table semaphore
\r\n
"
);
exit
(
1
);
}
...
...
Write
Preview
Markdown
is supported
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