Commit e483b0cf authored by Michael Jung's avatar Michael Jung Committed by Alexandre Julliard

Fixed confusing indentation.

parent 4dd845ed
......@@ -152,8 +152,9 @@ void setup_dsound_options(void)
lstrcpynA(appname,p+1,MAX_PATH);
strcat(appname,"\\dsound");
TRACE("appname = [%s] \n",appname);
if (RegOpenKeyA( tmpkey, appname, &appkey )) appkey = 0;
RegCloseKey( tmpkey );
if (RegOpenKeyA( tmpkey, appname, &appkey ))
appkey = 0;
RegCloseKey( tmpkey );
}
}
}
......
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