summaryrefslogtreecommitdiffstats
path: root/macos.c
diff options
context:
space:
mode:
authorGravatar Linus Torvalds <torvalds@linux-foundation.org>2011-12-14 21:06:00 -0800
committerGravatar Linus Torvalds <torvalds@linux-foundation.org>2011-12-14 21:06:00 -0800
commitb5139aeb22c8a28cac89b7f9a561bd9d4e2bb358 (patch)
tree83a245b25b27816d190b79bdb31003d3e8861deb /macos.c
parentb0759feef87fcf820682cb36d65f2252c2cc12ae (diff)
parent0a9e5aa7353476d70c4eb9866aeda979118d04e5 (diff)
downloadsubsurface-b5139aeb22c8a28cac89b7f9a561bd9d4e2bb358.tar.gz
Merge branch 'forlinus' of git://git.hohndel.org/subsurface
* 'forlinus' of git://git.hohndel.org/subsurface: Return is not a function
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";
}