Skip to content
Snippets Groups Projects
Commit 83539489 authored by Simon McVittie's avatar Simon McVittie
Browse files

capsule-init: Avoid old-style declaration

parent 710ac51c
No related branches found
No related tags found
1 merge request!311Build capsule-capture-libs from a bundled copy of libcapsule
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
#include <stdlib.h> #include <stdlib.h>
void void
capsule_init () capsule_init (void)
{ {
set_debug_flags( secure_getenv("CAPSULE_DEBUG") ); set_debug_flags( secure_getenv("CAPSULE_DEBUG") );
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment