From 62b1977d7c2be2b8020163bdbde4bdc14828e03a Mon Sep 17 00:00:00 2001 From: Cristian Maglie Date: Sun, 14 Dec 2014 17:59:21 +0100 Subject: [PATCH] Small fix in native variable scope --- serial_linux.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serial_linux.go b/serial_linux.go index aeb2659..264a7eb 100644 --- a/serial_linux.go +++ b/serial_linux.go @@ -21,7 +21,7 @@ package serial // Define (eventually) missing constants #ifndef IUCLC - static const tcflag_t IUCLC = 0; + const tcflag_t IUCLC = 0; #endif #if defined(PAREXT)