Skip to content

Commit e4588f4

Browse files
update shortName (#137)
1 parent 4b27880 commit e4588f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/midi_via_usb.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ void UsbMidiLoop();
6363
#endif
6464

6565

66-
extern char shortName[]; /*!< used as MIDI device name */
66+
extern const char shortName[]; /*!< used as MIDI device name */
6767

6868

6969
#endif /* ML_SYNTH_INLINE_DECLARATION */

0 commit comments

Comments
 (0)