mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Return is not a function
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
6245b700a4
commit
0a9e5aa735
6 changed files with 7 additions and 7 deletions
2
macos.c
2
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";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue