Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/gc_sound/src/test_gc_sound.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gc_sound/src/test_gc_sound.c')
-rw-r--r--src/gc_sound/src/test_gc_sound.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gc_sound/src/test_gc_sound.c b/src/gc_sound/src/test_gc_sound.c
index 745cfff..a58060c 100644
--- a/src/gc_sound/src/test_gc_sound.c
+++ b/src/gc_sound/src/test_gc_sound.c
@@ -12,7 +12,7 @@ void start(GcSoundItem *item, gpointer data)
g_warning("Return of start callback %s", GC_SOUND_OBJECT(item)->nick);
}
-main (int argc, char *argv)
+int main (int argc, char **argv)
{
GcSoundMixer *gcmix;
GcSoundChannel* gcchan1, *gcchan2;
@@ -122,4 +122,5 @@ main (int argc, char *argv)
g_warning("loop now");
g_main_loop_run(g_main_loop_new (NULL, FALSE));
+ return 0;
}