Correct the example of a function definition

This commit is contained in:
Christian Dywan 2008-04-17 01:39:07 +02:00
parent 169973f3fe
commit 74b300ef33
1 changed files with 2 additions and 1 deletions

View File

@ -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;