From d30bd0e1b07ea995b0b3c52c4a0907651046c67a Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Thu, 20 Dec 2007 13:52:06 +0000 Subject: [PATCH] Correct comment-syntax! --- SimpleServer.xs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SimpleServer.xs b/SimpleServer.xs index 3493be0..5a3156f 100644 --- a/SimpleServer.xs +++ b/SimpleServer.xs @@ -1,5 +1,5 @@ /* - * $Id: SimpleServer.xs,v 1.80 2007-12-10 09:37:00 mike Exp $ + * $Id: SimpleServer.xs,v 1.81 2007-12-20 13:52:06 mike Exp $ * ---------------------------------------------------------------------- * * Copyright (c) 2000-2004, Index Data. @@ -1482,7 +1482,7 @@ bend_initresult *bend_init(bend_initrequest *q) href = newHV(); - ### These should be given initial values from the client + /* ### These should be given initial values from the client */ hv_store(href, "IMP_ID", 6, newSVpv("", 0), 0); hv_store(href, "IMP_NAME", 8, newSVpv("", 0), 0); hv_store(href, "IMP_VER", 7, newSVpv("", 0), 0); -- 1.7.10.4