better parenthesis
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9978 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
194c7fe171
commit
7bad53a1bc
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user