better parenthesis

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9978 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval 2004-11-17 00:22:54 +00:00
parent 194c7fe171
commit 7bad53a1bc

View File

@ -31,7 +31,8 @@ setup_rtc_boottime()
printf("setup_rtc_boottime: error getting real time data info\n");
return err;
}
sBootTime = &((struct real_time_data *)info.address)->boot_time;
sBootTime = &(((struct real_time_data *)info.address)->boot_time);
return B_OK;
}