TCPD libs only used in libyaz's LIBADD
[yaz-moved-to-github.git] / src / zgdu.c
index d6c2dc7..d414406 100644 (file)
@@ -1,5 +1,5 @@
 /* This file is part of the YAZ toolkit.
- * Copyright (C) 1995-2009 Index Data
+ * Copyright (C) 1995-2010 Index Data
  * See the file LICENSE for details.
  */
 
@@ -12,7 +12,7 @@
 #include <yaz/odr.h>
 #include <yaz/zgdu.h>
 
-int z_GDU (ODR o, Z_GDU **p, int opt, const char *name)
+int z_GDU(ODR o, Z_GDU **p, int opt, const char *name)
 {
     if (o->direction == ODR_DECODE) {
         *p = (Z_GDU *) odr_malloc(o, sizeof(**p));