--- a/misc/libopenalbridge/tester.c Sat Jul 31 10:52:43 2010 +0200
+++ b/misc/libopenalbridge/tester.c Sat Jul 31 11:24:53 2010 +0200
@@ -2,10 +2,10 @@
#include "openalbridge.h"
int main (int argc, int **argv) {
-
+
openal_init();
-
+
openal_close();
-
+
return 0;
-}
\ No newline at end of file
+}