Skip to content
Snippets Groups Projects
Commit aef7168d authored by Jonathan Wilkes's avatar Jonathan Wilkes
Browse files

fix typo that caused syntax error

parent 5c95bc14
No related branches found
No related tags found
No related merge requests found
......@@ -1463,7 +1463,7 @@ static void comport_stopbit(t_comport *x, t_floatarg f)
if(set_serial(x) == 0)
{
#ifdef _WIN32
pd_error(,"[comport] ** ERROR ** could not set stopbits of device %s to %g\n",
pd_error(x,"[comport] ** ERROR ** could not set stopbits of device %s to %g\n",
&x->serial_device->s_name[4], f);
#else
pd_error(x,"[comport] ** ERROR ** could not set extra stopbit of device %s\n",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment