diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/fmodwrapper.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/fmodwrapper.cpp b/linden/indra/newview/fmodwrapper.cpp index 6d74325..b6f1dc7 100644 --- a/linden/indra/newview/fmodwrapper.cpp +++ b/linden/indra/newview/fmodwrapper.cpp | |||
@@ -36,4 +36,4 @@ void* fmodwrapper(void) | |||
36 | // When building the fmodwrapper library, the linker doesn't seem to want to bring in libfmod.a unless I explicitly | 36 | // When building the fmodwrapper library, the linker doesn't seem to want to bring in libfmod.a unless I explicitly |
37 | // reference at least one symbol in the library. This seemed like the simplest way. | 37 | // reference at least one symbol in the library. This seemed like the simplest way. |
38 | return (void*)&FSOUND_Init; | 38 | return (void*)&FSOUND_Init; |
39 | } \ No newline at end of file | 39 | } |