From 76255835019ecd3b9c398d4c05464d0221ec4044 Mon Sep 17 00:00:00 2001 From: Andrew Talbot Date: Wed, 7 Nov 2007 21:11:07 +0000 Subject: [PATCH] twain_32: Constify a variable. --- dlls/twain_32/twain32_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/twain_32/twain32_main.c b/dlls/twain_32/twain32_main.c index b7db5d2b530..c04e9cf8456 100644 --- a/dlls/twain_32/twain32_main.c +++ b/dlls/twain_32/twain32_main.c @@ -33,7 +33,7 @@ WINE_DEFAULT_DEBUG_CHANNEL(twain); /* A helper function that looks up a destination identity in the active source list */ -static activeDS *TWAIN_LookupSource (pTW_IDENTITY pDest) +static activeDS *TWAIN_LookupSource (const TW_IDENTITY *pDest) { activeDS *pSource; -- 2.11.4.GIT