From: Adam Dickmeiss Date: Tue, 30 Dec 2003 00:22:11 +0000 (+0000) Subject: Fix return statement X-Git-Tag: YAZ.2.0.9~8 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=1df74413ba9a51d9cdcfb4ae7b5f32aae0d213e0 Fix return statement --- 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)