summaryrefslogtreecommitdiff
path: root/nhrpd/zbuf.c
diff options
context:
space:
mode:
Diffstat (limited to 'nhrpd/zbuf.c')
-rw-r--r--nhrpd/zbuf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nhrpd/zbuf.c b/nhrpd/zbuf.c
index 7f1475cc69..a78d827ea5 100644
--- a/nhrpd/zbuf.c
+++ b/nhrpd/zbuf.c
@@ -21,7 +21,7 @@
#define ERRNO_IO_RETRY(EN) (((EN) == EAGAIN) || ((EN) == EWOULDBLOCK) || ((EN) == EINTR))
-DEFINE_MTYPE_STATIC(NHRPD, ZBUF_DATA, "NHRPD zbuf data")
+DEFINE_MTYPE_STATIC(NHRPD, ZBUF_DATA, "NHRPD zbuf data");
struct zbuf *zbuf_alloc(size_t size)
{