From ad9bcc91006f3ea8926205882b34257947eed41b Mon Sep 17 00:00:00 2001 From: Marcelo Roberto Jimenez Date: Sun, 25 Apr 2010 12:07:36 +0000 Subject: [PATCH] Comment. git-svn-id: https://pupnp.svn.sourceforge.net/svnroot/pupnp/trunk@542 119443c7-1b9e-41f8-b6fc-b9c35fce742c --- upnp/src/api/upnpapi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upnp/src/api/upnpapi.c b/upnp/src/api/upnpapi.c index 67bbe49..5faf7d6 100644 --- a/upnp/src/api/upnpapi.c +++ b/upnp/src/api/upnpapi.c @@ -3208,7 +3208,7 @@ void UpnpThreadDistribution(struct UpnpNonblockParam *Param) #if EXCLUDE_GENA == 0 case SUBSCRIBE: { UpnpEventSubscribe *evt = UpnpEventSubscribe_new(); - // Cast away constness + /* Cast away constness */ UpnpString *Sid = (UpnpString *)UpnpEventSubscribe_get_SID(evt); UpnpEventSubscribe_strcpy_PublisherUrl(evt, Param->Url);