[maemo-commits] [maemo-commits] r8356 - projects/haf/trunk/osso-af-utils/src

From: www-data at stage.maemo.org www-data at stage.maemo.org
Date: Mon Nov 27 15:51:29 EET 2006
Author: kihamala
Date: 2006-11-27 15:51:28 +0200 (Mon, 27 Nov 2006)
New Revision: 8356

Modified:
   projects/haf/trunk/osso-af-utils/src/play-sound.c
Log:
fixed a compilation warning


Modified: projects/haf/trunk/osso-af-utils/src/play-sound.c
===================================================================
--- projects/haf/trunk/osso-af-utils/src/play-sound.c	2006-11-27 13:49:23 UTC (rev 8355)
+++ projects/haf/trunk/osso-af-utils/src/play-sound.c	2006-11-27 13:51:28 UTC (rev 8356)
@@ -169,7 +169,7 @@
     }
 }
 
-static gpointer 
+static int 
 play_sound(gchar *sound_filename,
            gchar *data) 
 {
@@ -207,7 +207,7 @@
 
     esd_close(sock);
 
-    return NULL;
+    return 0;
 }
 
 int main(int argc, char **argv) {


More information about the maemo-commits mailing list