oledb32: Fix style of accessing prgPropertySets in Test_DBProperties_GetProperty.
authorRob Shearman <robertshearman@gmail.com>
Thu, 12 Nov 2009 00:30:32 +0000 (00:30 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 12 Nov 2009 12:13:11 +0000 (13:13 +0100)
commitbafd91106ec93cb795756066b0642bc97c356cf7
tree6ae87046f0395f0cd3d7ccf81cf11b0f23b934a4
parentb81b24f9dae7639c3f795d49e15ebd622e741849
oledb32: Fix style of accessing prgPropertySets in Test_DBProperties_GetProperty.

The parameter is a pointer to an array, so don't access it like it is
an array of pointers.
dlls/oledb32/tests/marshal.c