projects
/
yaz-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e2b321b
)
Fix return statement
author
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 30 Dec 2003 00:22:11 +0000
(
00:22
+0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 30 Dec 2003 00:22:11 +0000
(
00:22
+0000)
client/client.c
patch
|
blob
|
history
diff --git
a/client/client.c
b/client/client.c
index
3d5861f
..
9bbeb1d
100644
(file)
--- 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 <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)