Fixed warnings.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2724 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2003-02-16 18:07:51 +00:00
parent 686968fb35
commit aa905a66a1
+2
View File
@@ -1192,6 +1192,7 @@ Parser::ParseRPattern() {
}
} else
ThrowOutOfMemError(stream.Pos());
return NULL;
}
Pattern*
@@ -1239,6 +1240,7 @@ Parser::ParsePattern() {
} else
ThrowOutOfMemError(stream.Pos());
}
return NULL;
}
void