Commit dca3117f authored by Austin English's avatar Austin English Committed by Alexandre Julliard

twain32: Fix a compiler warning on PC-BSD.

parent 7e7e27f7
......@@ -482,8 +482,8 @@ static void test_supported_sizes(TW_IDENTITY *appid, TW_IDENTITY *source, TW_INT
TW_UINT32 val;
TW_UINT16 type;
TW_INT32 actual_support;
TW_UINT32 orig_value;
TW_UINT32 default_value;
TW_UINT32 orig_value = TWSS_NONE;
TW_UINT32 default_value = TWSS_NONE;
TW_UINT32 new_value = TWSS_NONE;
......
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