Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Albert Gräf
Gem
Commits
84375ebb
Commit
84375ebb
authored
Dec 06, 2017
by
IOhannes m zmölnig
Browse files
simple error-check
parent
24343b60
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Pixes/pix_frei0r.cpp
View file @
84375ebb
...
...
@@ -78,6 +78,10 @@ public:
if
(
f0r_init
)
err
=
f0r_init
();
if
(
err
<
0
)
{
::
error
(
"[pix_frei0r] failed to initialize plugin"
);
return
false
;
}
f0r_plugin_info_t
info
;
f0r_get_plugin_info
(
&
info
);
...
...
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