From 42e4f7fcd872278b8619b0ea6d29fd452759e6ce Mon Sep 17 00:00:00 2001 From: Wohlstand Date: Wed, 4 Sep 2024 05:58:38 +0300 Subject: VLC Plugin: ouch, fixed comment for macOS --- utils/vlc_codec/libadlmidi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/vlc_codec/libadlmidi.c') 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 -- cgit v1.2.3