From 87c5b79ec9ced76de948e833ef2f8eb561d2f77a Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 23 Aug 2007 14:28:07 +0000 Subject: [PATCH] Fixed typo --- src/srwutil.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/srwutil.c b/src/srwutil.c index eac75ed..c38a125 100644 --- a/src/srwutil.c +++ b/src/srwutil.c @@ -2,7 +2,7 @@ * Copyright (C) 1995-2007, Index Data ApS * See the file LICENSE for details. * - * $Id: srwutil.c,v 1.60 2007-08-23 14:23:23 adam Exp $ + * $Id: srwutil.c,v 1.61 2007-08-23 14:28:07 adam Exp $ */ /** * \file srwutil.c @@ -833,7 +833,7 @@ static Z_SRW_PDU *yaz_srw_get_core_ver(ODR o, const char *version) Z_SRW_PDU *yaz_srw_get_core_v_1_1(ODR o) { - return yaz_srw_et_core_ver(o, "1.1"); + return yaz_srw_get_core_ver(o, "1.1"); } Z_SRW_PDU *yaz_srw_get(ODR o, int which) -- 1.7.10.4