misc/libopenalbridge/openalbridge.h
changeset 3533 03892fb97ab3
parent 3532 04e2fea3e83a
child 3697 d5b30d6373fc
--- a/misc/libopenalbridge/openalbridge.h	Mon Jun 21 22:45:52 2010 +0200
+++ b/misc/libopenalbridge/openalbridge.h	Tue Jun 22 17:10:27 2010 +0200
@@ -39,7 +39,7 @@
     int  openal_loadfile          (const char *filename);
 
     // unloads data from memory and marks a free spot
-    int  openal_unloadfile        (unsigned int index)
+    void openal_unloadfile        (unsigned int index);
     
     /******* other functions continue in commands.h *******/