From 1df74413ba9a51d9cdcfb4ae7b5f32aae0d213e0 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 30 Dec 2003 00:22:11 +0000 Subject: [PATCH] Fix return statement --- client/client.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/client/client.c b/client/client.c index 3d5861f..9bbeb1d 100644 --- a/client/client.c +++ b/client/client.c @@ -2,7 +2,7 @@ * Copyright (c) 1995-2003, Index Data * See the file LICENSE for details. * - * $Id: client.c,v 1.217 2003-12-22 19:46:22 adam Exp $ + * $Id: client.c,v 1.218 2003-12-30 00:22:11 adam Exp $ */ #include @@ -2151,9 +2151,8 @@ static int cmd_explain(const char *arg) send_srw(sr); return 2; } -#else - return 0; #endif + return 0; } static int cmd_find(const char *arg) -- 1.7.10.4