widl: Simplify write_typeformatstring_var.
authorRob Shearman <robertshearman@gmail.com>
Mon, 15 Mar 2010 19:29:43 +0000 (19:29 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 16 Mar 2010 10:33:04 +0000 (11:33 +0100)
commit7a69fcabacb8c88aaee615629f51b9181975d5e6
tree5a77ef7ad4d267a8999df91da53105fd50912ff5
parent08126d7483bf798e692edec9b8320ad10bbf433c
widl: Simplify write_typeformatstring_var.

The check for whether a pointer is the last one is redundant since
typegen_detect_type does a stricter check on the ref type. Replace one
other instance of last_ptr with a more readable equivalent.
tools/widl/typegen.c