From c589f021a686928e49839e4bfe3a28b7b9e66e5c Mon Sep 17 00:00:00 2001 From: Jonathan Wilkes <jon.w.wilkes@gmail.com> Date: Fri, 24 Jul 2015 18:33:31 -0400 Subject: [PATCH] small formatting change --- pd/src/s_inter.c | 1 - 1 file changed, 1 deletion(-) diff --git a/pd/src/s_inter.c b/pd/src/s_inter.c index 4ae113d49..5f6f4c6bb 100644 --- a/pd/src/s_inter.c +++ b/pd/src/s_inter.c @@ -784,7 +784,6 @@ void gui_do_vmess(const char *sel, char *fmt, int end, va_list ap) //va_list ap; int nargs = 0; char *fp = fmt; - //va_start(ap, end); sys_vgui("\a%s ", sel); /* use a bell to signal the beginning of msg (this can be replaced with any other obscure -- GitLab