widl: Fix a compiler warning.

This commit is contained in:
Austin English 2009-01-19 17:11:36 -06:00 committed by Alexandre Julliard
parent 390e1dfa28
commit e5418e194a
1 changed files with 1 additions and 0 deletions

View File

@ -538,6 +538,7 @@ static inline enum type_type type_get_type_detect_alias(const type_t *type)
return TYPE_MODULE;
default:
assert(0);
return 0;
}
}