From 9706a0a50196babf172ca7b4b22ebabd58d10e8e Mon Sep 17 00:00:00 2001 From: Jan Vidar Krey Date: Sun, 24 May 2009 21:07:16 +0200 Subject: [PATCH] Fix compiler warning (bug #30) --- src/hubio.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/hubio.h b/src/hubio.h index ab7a4b3..7f928ca 100644 --- a/src/hubio.h +++ b/src/hubio.h @@ -68,4 +68,5 @@ extern char* hub_iobuf_getline(struct hub_iobuf*, size_t* offset, size_t* length */ extern void hub_iobuf_remove(struct hub_iobuf* buf, size_t n); -#endif /* HAVE_UHUB_HUB_IO_H */ \ No newline at end of file +#endif /* HAVE_UHUB_HUB_IO_H */ +