diff options
author | Thomas Grill <xovo@users.sourceforge.net> | 2003-03-30 02:56:54 +0000 |
---|---|---|
committer | Thomas Grill <xovo@users.sourceforge.net> | 2003-03-30 02:56:54 +0000 |
commit | 61b39c2448305d3264c323b8ed363130e8f41f40 (patch) | |
tree | 7b9738b4c526bfc51cb2f2a6d0cacc1be1dc1c82 /externals | |
parent | 2f012f2baaae9cf9a53afd2398d326a6cdf56fec (diff) |
""
svn path=/trunk/; revision=512
Diffstat (limited to 'externals')
-rw-r--r-- | externals/grill/fftease/src/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/externals/grill/fftease/src/main.cpp b/externals/grill/fftease/src/main.cpp index 5dfdbee2..3ce33e8f 100644 --- a/externals/grill/fftease/src/main.cpp +++ b/externals/grill/fftease/src/main.cpp @@ -13,7 +13,7 @@ WARRANTIES, see the file, "license.txt," in this distribution. // Initialization function for xsample library -V lib_setup() +static V fftease_main() { post(""); post("-------------------------------------------------------------------"); @@ -64,5 +64,5 @@ V lib_setup() } // setup the library -FLEXT_LIB_SETUP(fftease,lib_setup) +FLEXT_LIB_SETUP(fftease,fftease_main) |