[chronojump] Fixed compiling of chronopic.c



commit 5200962b17c1424eaf7efa8fa1c679b6dbdc0747
Author: Xavier de Blas <xaviblas gmail com>
Date:   Sat Nov 17 00:29:54 2012 +0100

    Fixed compiling of chronopic.c

 chronopic-tests/chronopic.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/chronopic-tests/chronopic.c b/chronopic-tests/chronopic.c
index 73113b7..e1c9468 100644
--- a/chronopic-tests/chronopic.c
+++ b/chronopic-tests/chronopic.c
@@ -61,7 +61,7 @@ int chronopic_open(char *disp)
   newtermios.c_cflag= CS8 | CLOCAL | CREAD;
   /* CBAUD is a Linux extension to the POSIX Terminal I/O definitions. */
 #ifdef CBAUD
-  newtermios.c_cflag |= CBAUD
+  newtermios.c_cflag |= CBAUD;
 #endif
   newtermios.c_iflag=IGNPAR;
   newtermios.c_oflag=0;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]