Commit d1297c44 authored by James Abbatiello's avatar James Abbatiello Committed by Alexandre Julliard

Fix for compiler warning (due to setjmp/longjmp being used for

exception handling).
parent 13ffd58a
......@@ -209,7 +209,7 @@ static char*
SNOOP_PrintArg(DWORD x) {
static char buf[200];
int i,nostring;
char * ret=0;
char * volatile ret=0;
MEMORY_BASIC_INFORMATION mbi;
if ( !HIWORD(x) ||
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment