aboutsummaryrefslogtreecommitdiffstats
path: root/macos.c
diff options
context:
space:
mode:
Diffstat (limited to 'macos.c')
-rw-r--r--macos.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/macos.c b/macos.c
index 0b64e19a0..25f946c81 100644
--- a/macos.c
+++ b/macos.c
@@ -92,5 +92,5 @@ void subsurface_close_conf(void)
const char *subsurface_USB_name()
{
- return("/dev/tty.SLAB_USBtoUART");
+ return "/dev/tty.SLAB_USBtoUART";
}