From 55bb40c39afd94bc0c0005b3b7da947b943488da Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Sun, 11 Jun 2006 01:55:12 +0000 Subject: [PATCH] Fix typo --- src/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.h b/src/config.h index c1293b80..7dfba144 100644 --- a/src/config.h +++ b/src/config.h @@ -42,7 +42,7 @@ */ #undef COMPRESERVE -#ifdef COMPRESERVE +#ifndef COMPRESERVE #define COMSPEED 9600 /* Baud rate */ #define COMDATA 8 /* Data bits */ #define COMPARITY 0 /* Parity: 0=None, 1=Odd, 2=Even */