aboutsummaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorWohlstand <admin@wohlnet.ru>2024-09-04 05:58:38 +0300
committerWohlstand <admin@wohlnet.ru>2024-09-04 05:58:38 +0300
commit42e4f7fcd872278b8619b0ea6d29fd452759e6ce (patch)
tree67dfa9cb07ad43944bef6e05bae469553a41540a /utils
parentdb6044a26d35f598e4495b4ee1a6e39ba2eeb2eb (diff)
downloadlibADLMIDI-42e4f7fcd872278b8619b0ea6d29fd452759e6ce.tar.gz
libADLMIDI-42e4f7fcd872278b8619b0ea6d29fd452759e6ce.tar.bz2
libADLMIDI-42e4f7fcd872278b8619b0ea6d29fd452759e6ce.zip
VLC Plugin: ouch, fixed comment for macOS
Diffstat (limited to 'utils')
-rw-r--r--utils/vlc_codec/libadlmidi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/vlc_codec/libadlmidi.c b/utils/vlc_codec/libadlmidi.c
index f8b7c25..29a77e2 100644
--- a/utils/vlc_codec/libadlmidi.c
+++ b/utils/vlc_codec/libadlmidi.c
@@ -100,7 +100,7 @@
#if defined(_WIN32)
# define SERIAL_NAME_LONGTEXT N_( "Name of the Serial device to use. (For example, COM1, COM2, COM3, etc.)")
#elif defined(__APPLE__)
-# define SERIAL_NAME_LONGTEXT N_( "Name of the Serial device to use. (For example, ttyACM0, ttyACM1, etc.)")
+# define SERIAL_NAME_LONGTEXT N_( "Name of the Serial device to use. (For example, \"cu.usbmodem2401\", etc.)")
#else
# define SERIAL_NAME_LONGTEXT N_( "Name of the Serial device to use. (For example, ttyACM0, ttyACM1, etc.)")
#endif