aboutsummaryrefslogtreecommitdiff
path: root/desiredata/src/s_stuff.h
diff options
context:
space:
mode:
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 5757df5e..aa5f8a4d 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_printtostderr;
+extern int sys_printtofh;
#ifdef MSW
#define vsnprintf _vsnprintf /* jsarlo -- alias this name for msw */
#endif