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
sds
bake
Commits
5b76497a
Commit
5b76497a
authored
Jan 27, 2021
by
Philip Carns
Browse files
fix pointer ref
parent
e18865c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bake-bedrock-module.c
View file @
5b76497a
...
...
@@ -28,7 +28,7 @@ static int bake_register_provider(bedrock_args_t args,
bpargs
.
json_config
=
config
;
ret
=
bake_provider_register
(
mid
,
provider_id
,
&
bpargs
,
(
struct
bake_provider
*
*
)
&
provider
);
(
bake_provider
_t
*
)
provider
);
if
(
ret
<
0
)
return
(
-
1
);
return
BEDROCK_SUCCESS
;
...
...
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