From ef9441b4a85c15e8f446a1339e76ca693d9e6168 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Sat, 1 Aug 2009 11:42:43 +0000 Subject: [PATCH] Fix comment. --- cgisimple.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cgisimple.c b/cgisimple.c index 53ef9574..b416eb04 100644 --- a/cgisimple.c +++ b/cgisimple.c @@ -1,4 +1,4 @@ -const char cgisimple_rcs[] = "$Id: cgisimple.c,v 1.92 2009/04/17 11:47:40 fabiankeil Exp $"; +const char cgisimple_rcs[] = "$Id: cgisimple.c,v 1.93 2009/05/16 13:27:20 fabiankeil Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/cgisimple.c,v $ @@ -1505,7 +1505,7 @@ static jb_err show_defines(struct map *exports) #ifdef FEATURE_CONNECTION_KEEP_ALIVE if (!err) err = map_conditional(exports, "FEATURE_CONNECTION_KEEP_ALIVE", 1); -#else /* ifndef FEATURE_CGI_EDIT_ACTIONS */ +#else /* ifndef FEATURE_CONNECTION_KEEP_ALIVE */ if (!err) err = map_conditional(exports, "FEATURE_CONNECTION_KEEP_ALIVE", 0); #endif /* ndef FEATURE_CONNECTION_KEEP_ALIVE */ -- 2.39.2