Last minute change that, of course, broke the build.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31543 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
9ce9e6e458
commit
5bf75a6f2b
@ -35,7 +35,7 @@ Register::Register(int32 index, const char* name, uint32 bitSize,
|
||||
fFormat = REGISTER_FORMAT_FLOAT;
|
||||
break;
|
||||
default:
|
||||
fFormat = 0;
|
||||
fFormat = REGISTER_FORMAT_INTEGER;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user