From: Adam Dickmeiss Date: Wed, 2 May 2007 12:37:15 +0000 (+0000) Subject: Fixed syntax error. X-Git-Tag: YAZ.3.0.0~2 X-Git-Url: http://sru.miketaylor.org.uk/cgi-bin?a=commitdiff_plain;h=e46a29eb6ea3375d808cdb249bbcd4a2bc2bb427;p=yaz-moved-to-github.git Fixed syntax error. --- diff --git a/include/yaz/backend.h b/include/yaz/backend.h index 2fd9aad..d2847f0 100644 --- a/include/yaz/backend.h +++ b/include/yaz/backend.h @@ -24,7 +24,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -/* $Id: backend.h,v 1.45 2007-05-02 12:36:34 adam Exp $ */ +/* $Id: backend.h,v 1.46 2007-05-02 12:37:15 adam Exp $ */ /** * \file backend.h @@ -255,7 +255,7 @@ typedef struct bend_initrequest /** \brief decoding stream (use stream for results) */ ODR decode; /** \brief reference ID */ - Z_ReferenceId *referenceId;/ + Z_ReferenceId *referenceId; /** \brief peer address of client */ char *peer_name;