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:
Ingo Weinhold 2009-07-13 20:05:17 +00:00
parent 9ce9e6e458
commit 5bf75a6f2b
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}
}