twain32: Fix a compiler warning on PC-BSD.

This commit is contained in:
Austin English 2009-03-24 15:40:36 -04:00 committed by Alexandre Julliard
parent 7e7e27f7ff
commit dca3117f03
1 changed files with 2 additions and 2 deletions

View File

@ -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;