diff -r 793386610068 -r b1c2c2f6fc5e misc/libopenalbridge/tester.c --- a/misc/libopenalbridge/tester.c Thu Aug 26 23:59:18 2010 +0200 +++ b/misc/libopenalbridge/tester.c Wed Oct 27 14:02:20 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 +}