Skip to content

Commit

Permalink
fix struct name
Browse files Browse the repository at this point in the history
  • Loading branch information
vlazzarini committed Sep 27, 2018
1 parent 65a08e4 commit 86e1959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Opcodes/socksend.c
Original file line number Diff line number Diff line change
Expand Up @@ -957,7 +957,7 @@ static OENTRY socksend_localops[] =
(SUBR) send_ssend },
{ "OSCsend", S(OSCSEND2), 0, 3, "", "kSk*", (SUBR)osc_send2_init,
(SUBR)osc_send2 },
{ "OSCbundle", S(OSCSEND2), 0, 3, "", "kSkS[]S[]k[][]o", (SUBR)oscbundle_init,
{ "OSCbundle", S(OSCSBUNDLE), 0, 3, "", "kSkS[]S[]k[][]o", (SUBR)oscbundle_init,
(SUBR)oscbundle_perf },
};

Expand Down

0 comments on commit 86e1959

Please sign in to comment.