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:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user