From 1074fd02b0d83cb7d13b1f649e1fab5a371fd634 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sun, 26 Mar 2006 23:48:04 +0000 Subject: minor cleanups svn path=/trunk/externals/hcs/; revision=4777 --- folder_list.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'folder_list.c') diff --git a/folder_list.c b/folder_list.c index 9adee97..e189dd2 100644 --- a/folder_list.c +++ b/folder_list.c @@ -9,7 +9,7 @@ #include #endif -static char *version = "$Revision: 1.5 $"; +static char *version = "$Revision: 1.6 $"; #define DEBUG(x) //#define DEBUG(x) x @@ -118,7 +118,8 @@ static void *folder_list_new(t_symbol *s) t_folder_list *x = (t_folder_list *)pd_new(folder_list_class); - post("[folder_list] %s, written by Hans-Christoph Steiner ",version); + post("[folder_list] %s",version); + post("\twritten by Hans-Christoph Steiner "); /* TODO set current dir of patch as default */ #ifdef _WIN32 x->x_pattern = gensym(getenv("USERPROFILE")); -- cgit v1.2.1