diff options
author | musil <tmusil@users.sourceforge.net> | 2006-11-22 15:07:41 +0000 |
---|---|---|
committer | musil <tmusil@users.sourceforge.net> | 2006-11-22 15:07:41 +0000 |
commit | 2c2bcf0e07abd199d7124f563c234b8ee77cff9b (patch) | |
tree | 0201fa78ac7c3792743e1599e5bc86b53c0f691a /src/iem_mp3 | |
parent | 3fdc4882ef63a80dc0fa10fd881dd09c1d30a1fa (diff) |
replace sig by tilde
svn path=/trunk/externals/iemlib/; revision=6375
Diffstat (limited to 'src/iem_mp3')
-rw-r--r-- | src/iem_mp3/iem_mp3.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/iem_mp3/iem_mp3.c b/src/iem_mp3/iem_mp3.c index 721d2c4..556e4f6 100644 --- a/src/iem_mp3/iem_mp3.c +++ b/src/iem_mp3/iem_mp3.c @@ -15,7 +15,7 @@ static void *iem_mp3_new(void) return (x); } -void sigmp3play_setup(void); +void mp3play_tilde_setup(void); /* ------------------------ setup routine ------------------------- */ @@ -24,7 +24,7 @@ void iem_mp3_setup(void) iem_mp3_class = class_new(gensym("iem_mp3"), iem_mp3_new, 0, sizeof(t_object), CLASS_NOINLET, 0); - sigmp3play_setup(); + mp3play_tilde_setup(); post("iem_mp3 (R-1.16) library loaded! (c) Thomas Musil 05.2005"); post(" musil%ciem.at iem KUG Graz Austria", '@'); |