From 422b07621e8199dc0644fee37b6c6c7d1b1d81ea Mon Sep 17 00:00:00 2001 From: "N.N." Date: Mon, 27 Apr 2009 21:16:25 +0000 Subject: duh (fix previous commit about -stdout) svn path=/trunk/; revision=11181 --- desiredata/src/s_stuff.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'desiredata/src/s_stuff.h') 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 -- cgit v1.2.1