mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
b00d17583d
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
9 lines
216 B
Diff
9 lines
216 B
Diff
--- a/trunk/desmume/src/gtk/glx_3Demu.h
|
|
+++ b/trunk/desmume/src/gtk/glx_3Demu.h
|
|
@@ -20,5 +20,5 @@
|
|
|
|
#ifdef HAVE_GL_GLX
|
|
int init_glx_3Demu(void);
|
|
-void deinit_glx_3Demu(void);
|
|
+int deinit_glx_3Demu(void);
|
|
#endif
|