advapi32: fix a test failure on NT4

James Hawkins truiken at gmail.com
Thu Jun 12 09:35:51 CDT 2008


On Thu, Jun 12, 2008 at 9:29 AM, Austin English <austinenglish at gmail.com> wrote:
>

+    ok(GetLastError() == ERROR_SERVICE_DOES_NOT_EXIST ||
+	   GetLastError() == ERROR_INSUFFICIENT_BUFFER /* NT 4 */,
+	   "Expected ERROR_SERVICE_DOES_NOT_EXIST or
ERROR_INSUFFICIENT_BUFFER, got %d\n", GetLastError());

You can't see it with this paste, but it looks like you used tabs
instead of spaces, or at least the indentation is off.

-- 
James Hawkins



More information about the wine-devel mailing list