From 9a79a9dfc1a9e0443915813cbfc5db38e151dbd3 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 9 Apr 2015 14:44:45 +0200 Subject: small fixes --- src/cli.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cli.h') diff --git a/src/cli.h b/src/cli.h index e6ac44c..2907b6a 100644 --- a/src/cli.h +++ b/src/cli.h @@ -5,7 +5,7 @@ #include -#ifdef _WIN32 +#ifndef _WIN32 int start_interactive( bool colors, const char *host, unsigned short port, FILE *in ); -- cgit v1.2.3-54-g00ecf