Commit 76255835 authored by Andrew Talbot's avatar Andrew Talbot Committed by Alexandre Julliard

twain_32: Constify a variable.

parent 24ee003b
...@@ -33,7 +33,7 @@ WINE_DEFAULT_DEBUG_CHANNEL(twain); ...@@ -33,7 +33,7 @@ WINE_DEFAULT_DEBUG_CHANNEL(twain);
/* A helper function that looks up a destination identity in the active /* A helper function that looks up a destination identity in the active
source list */ source list */
static activeDS *TWAIN_LookupSource (pTW_IDENTITY pDest) static activeDS *TWAIN_LookupSource (const TW_IDENTITY *pDest)
{ {
activeDS *pSource; activeDS *pSource;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment