aboutsummaryrefslogtreecommitdiff
path: root/threadlib/src/threadlib.c
diff options
context:
space:
mode:
authorGeorg Holzmann <grholzi@users.sourceforge.net>2007-08-25 22:21:14 +0000
committerGeorg Holzmann <grholzi@users.sourceforge.net>2007-08-25 22:21:14 +0000
commit97e0380aeb1807103130b686fcaff746b662a002 (patch)
treefff9f25012148f0b5a4ca0c690f57ca0c18f4a34 /threadlib/src/threadlib.c
parentb9c9f9e137910daedb09a363f102eb688aeb77d6 (diff)
fixed a nameclash with libaviplay which crashed pd when GEM was loaded
before threadlib svn path=/trunk/externals/grh/; revision=8691
Diffstat (limited to 'threadlib/src/threadlib.c')
-rwxr-xr-xthreadlib/src/threadlib.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/threadlib/src/threadlib.c b/threadlib/src/threadlib.c
index 6cdf1af..47ec0b7 100755
--- a/threadlib/src/threadlib.c
+++ b/threadlib/src/threadlib.c
@@ -73,6 +73,4 @@ void threadlib_setup(void)
threadlib_class = class_new(gensym("threadlib"), threadlib_new, 0,
sizeof(t_threadlib), 0, 0);
class_addmethod(threadlib_class, (t_method)threadlib_help, gensym("help"), 0);
-
- return 0;
}