From 61b39c2448305d3264c323b8ed363130e8f41f40 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Sun, 30 Mar 2003 02:56:54 +0000 Subject: "" svn path=/trunk/; revision=512 --- externals/grill/fftease/src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'externals') 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) -- cgit v1.2.1