Fix type mismatch warnings

This commit is contained in:
François Revol
2014-07-28 14:50:15 +02:00
parent 3501a97d9b
commit ae2cdda736
+1 -1
View File
@@ -25,7 +25,7 @@ uname(struct utsname *info)
system_info systemInfo;
const char *platform;
const char *haikuRevision;
uint32_t count = 1;
uint32 count = 1;
status_t error;
if (!info) {