SRW, CQL, 2003
[yaz-moved-to-github.git] / zutil / zget.c
index 62a0b95..9ee6801 100644 (file)
@@ -1,9 +1,9 @@
 /*
- * Copyright (c) 1995-2002, Index Data.
+ * Copyright (c) 1995-2003, Index Data.
  * See the file LICENSE for details.
  * Sebastian Hammer, Adam Dickmeiss
  *
- * $Id: zget.c,v 1.11 2002-02-11 23:25:27 adam Exp $
+ * $Id: zget.c,v 1.13 2003-01-06 08:20:29 adam Exp $
  */
 
 #include <yaz/proto.h>
@@ -482,6 +482,7 @@ Z_APDU *zget_APDU(ODR o, int which)
         break;
     case Z_APDU_extendedServicesResponse:
         r->u.extendedServicesResponse = zget_ExtendedServicesResponse(o);
+       break;
     case Z_APDU_duplicateDetectionRequest:
         r->u.duplicateDetectionRequest = zget_DuplicateDetectionRequest(o);
         break;