* RegExp::Prop(): Fixed build (assignment of string literals to a char*).

* Automatic whitespace cleanup.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38618 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2010-09-12 15:08:01 +00:00
parent 8cd456aad1
commit e83635fd5a
+1 -1
View File
@@ -1254,7 +1254,7 @@ RegExp::Dump()
char * char *
RegExp::Prop(const char *op) const RegExp::Prop(const char *op) const
{ {
char *p = NULL; const char *p = NULL;
static char buf[50]; static char buf[50];
(void) strcpy(buf, ":"); (void) strcpy(buf, ":");