summaryrefslogtreecommitdiffstats
path: root/macos.c
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2011-12-14 20:49:40 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2011-12-14 20:53:25 -0800
commit0a9e5aa7353476d70c4eb9866aeda979118d04e5 (patch)
treec5ce21519f5719ab25facb4727bbdf90f0dca0d9 /macos.c
parent6245b700a4a98cc2dba8c5b8c3f4958491605755 (diff)
downloadsubsurface-0a9e5aa7353476d70c4eb9866aeda979118d04e5.tar.gz
Return is not a function
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
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";
}