From a36ea1f506e043f53b43ab5ccb89e7ba36070194 Mon Sep 17 00:00:00 2001 From: joxe Date: Tue, 31 Aug 2010 20:05:44 +0000 Subject: [PATCH] fixed compilation bug --- examples/ipv6/rpl-border-router/httpd-simple.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/ipv6/rpl-border-router/httpd-simple.c b/examples/ipv6/rpl-border-router/httpd-simple.c index d7a1db628..80f6939bc 100644 --- a/examples/ipv6/rpl-border-router/httpd-simple.c +++ b/examples/ipv6/rpl-border-router/httpd-simple.c @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: httpd-simple.c,v 1.3 2010/08/30 19:44:38 oliverschmidt Exp $ + * $Id: httpd-simple.c,v 1.4 2010/08/31 20:05:44 joxe Exp $ */ /** @@ -253,6 +253,6 @@ httpd_init(void) memb_init(&conns); #if URLCONV urlconv_init(); -#else /* URLCONV */ +#endif /* URLCONV */ } /*---------------------------------------------------------------------------*/