aboutsummaryrefslogtreecommitdiff
path: root/desiredata/src/s_stuff.h
diff options
context:
space:
mode:
authorN.N. <matju@users.sourceforge.net>2009-04-27 21:16:25 +0000
committerN.N. <matju@users.sourceforge.net>2009-04-27 21:16:25 +0000
commit422b07621e8199dc0644fee37b6c6c7d1b1d81ea (patch)
tree184091984ff3972a792da7bc2633c718f55b24a1 /desiredata/src/s_stuff.h
parent3075700fe36cc99e2081fac39c9a23255ca2d539 (diff)
duh (fix previous commit about -stdout)
svn path=/trunk/; revision=11181
Diffstat (limited to 'desiredata/src/s_stuff.h')
-rw-r--r--desiredata/src/s_stuff.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/desiredata/src/s_stuff.h b/desiredata/src/s_stuff.h
index aa5f8a4d..5a1c0ce3 100644
--- a/desiredata/src/s_stuff.h
+++ b/desiredata/src/s_stuff.h
@@ -267,7 +267,7 @@ void sys_save_audio_params(t_audiodevs *in, t_audiodevs *out, int rate, int d
/* s_file.c */
typedef void (*t_printhook)(const char *s);
extern t_printhook sys_printhook; /* set this to override printing */
-extern int sys_printtofh;
+extern FILE *sys_printtofh;
#ifdef MSW
#define vsnprintf _vsnprintf /* jsarlo -- alias this name for msw */
#endif