widl: Clean up array case in write_remoting_arg.
authorRob Shearman <robertshearman@gmail.com>
Mon, 15 Mar 2010 19:31:00 +0000 (19:31 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 16 Mar 2010 10:41:14 +0000 (11:41 +0100)
commit82ab9443b87b363a4fba2552dd88760972ee40ee
treea9f31f66cef621d11340065b2db27f0863241976
parent0e6ad1fa8566f07fc82c392a80ad4b1b7e86a84c
widl: Clean up array case in write_remoting_arg.

Use a switch statement instead of multiple if statements and
explicitly write out the fixed array cases.
tools/widl/typegen.c