Fixed confusing indentation.

This commit is contained in:
Michael Jung 2005-06-08 18:32:19 +00:00 committed by Alexandre Julliard
parent 4dd845ed53
commit e483b0cf9b
1 changed files with 3 additions and 2 deletions

View File

@ -152,7 +152,8 @@ 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;
if (RegOpenKeyA( tmpkey, appname, &appkey ))
appkey = 0;
RegCloseKey( tmpkey );
}
}