mirror of
https://github.com/reactos/wine.git
synced 2025-03-03 10:17:23 +00:00
ole32: Superfluous semicolons fix.
This commit is contained in:
parent
f9762d6082
commit
eceb0cce82
@ -80,7 +80,7 @@
|
||||
|
||||
#include "compobj_private.h"
|
||||
|
||||
#define HANDLE_ERROR(err) { hr = err; TRACE("(HRESULT=%x)\n", (HRESULT)err); goto CLEANUP; }
|
||||
#define HANDLE_ERROR(err) do { hr = err; TRACE("(HRESULT=%x)\n", (HRESULT)err); goto CLEANUP; } while (0)
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(ole);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user