summaryrefslogtreecommitdiffstats
path: root/linux.c
diff options
context:
space:
mode:
Diffstat (limited to 'linux.c')
-rw-r--r--linux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux.c b/linux.c
index e26b3acbd..ac5cf55f9 100644
--- a/linux.c
+++ b/linux.c
@@ -49,5 +49,5 @@ void subsurface_close_conf(void)
const char *subsurface_USB_name()
{
- return("/dev/ttyUSB0");
+ return "/dev/ttyUSB0";
}