Fix return statement
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 30 Dec 2003 00:22:11 +0000 (00:22 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 30 Dec 2003 00:22:11 +0000 (00:22 +0000)
client/client.c

index 3d5861f..9bbeb1d 100644 (file)
@@ -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 <stdio.h>
@@ -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)