From 28f47d7dfc92ea46bb05c06a839984787a967fcd Mon Sep 17 00:00:00 2001 From: Antoine Rousseau <_antoine_@metalu.net> Date: Fri, 27 Sep 2024 15:54:09 +0200 Subject: [PATCH] remove erroneous comment --- comport.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comport.c b/comport.c index 1ba1206..9f2a6e9 100644 --- a/comport.c +++ b/comport.c @@ -1374,7 +1374,7 @@ allows COM port numbers to be specified. */ serial_device_prefix = "/dev/tty[ASU]*"; #elif defined IRIX serial_device_prefix = "/dev/ttyd*"; -#endif /* __linux__ */ +#endif if(argc > 0) { if (argv->a_type == A_FLOAT)