Correct the example of a function definition
This commit is contained in:
parent
169973f3fe
commit
74b300ef33
1 changed files with 2 additions and 1 deletions
3
HACKING
3
HACKING
|
@ -15,7 +15,8 @@ Source file example:
|
|||
|
||||
#include <glib.h>
|
||||
|
||||
void foobar(FooEnum bar, const gchar* foo)
|
||||
void
|
||||
foobar (FooEnum bar, const gchar* foo)
|
||||
{
|
||||
if(!foo)
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue