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

fix typo

parent 3c037e55
No related branches found
No related tags found
No related merge requests found
...@@ -678,7 +678,7 @@ void glob_midi_setapi(void *dummy, t_floatarg f) ...@@ -678,7 +678,7 @@ void glob_midi_setapi(void *dummy, t_floatarg f)
extern t_class *glob_pdobject; extern t_class *glob_pdobject;
/* start an midi settings dialog window */ /* start a midi settings dialog window */
void glob_midi_properties(t_pd *dummy, t_floatarg flongform) void glob_midi_properties(t_pd *dummy, t_floatarg flongform)
{ {
char buf[1024 + 2 * MAXNDEV*(DEVDESCSIZE+4)]; char buf[1024 + 2 * MAXNDEV*(DEVDESCSIZE+4)];
......
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