snmpapi: Constify a variable.

This commit is contained in:
Andrew Talbot 2007-11-06 21:29:25 +00:00 committed by Alexandre Julliard
parent 5fc54b5459
commit 9a177b6407
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
WINE_DEFAULT_DEBUG_CHANNEL(snmpapi);
static INT asn_any_copy(AsnAny *dst, AsnAny *src)
static INT asn_any_copy(AsnAny *dst, const AsnAny *src)
{
memset(dst, 0, sizeof(AsnAny));
switch (src->asnType)