Cosmetic. As gcc4 doesn't seem to get multi-line strings, use multiple one-line-strings.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19911 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -199,15 +199,15 @@ struct attr_entry text_attrs[] = {
|
||||
};
|
||||
|
||||
char *readmestr = \
|
||||
"Welcome to the Google™ FileSystem for BeOS™, Zeta™ and Haiku™.
|
||||
Copyright© 2004, 2005, François Revol.
|
||||
Google is a trademark of Google,Inc.
|
||||
BeOS is a trademark of PalmSource.
|
||||
Zeta is a trademark of yellowTAB GmbH.
|
||||
Haiku is a trademark of Haiku Inc.
|
||||
|
||||
Use \"Search Google\" query template in this folder to ask google anything.
|
||||
";
|
||||
"Welcome to the Google™ FileSystem for BeOS™, Zeta™ and Haiku™.\n"
|
||||
"Copyright© 2004, 2005, François Revol.\n"
|
||||
"Google is a trademark of Google,Inc.\n"
|
||||
"BeOS is a trademark of PalmSource.\n"
|
||||
"Zeta is a trademark of yellowTAB GmbH.\n"
|
||||
"Haiku is a trademark of Haiku Inc.\n"
|
||||
"\n"
|
||||
"Use \"Search Google\" query template in this folder to ask google anything.\n"
|
||||
"\n";
|
||||
|
||||
struct attr_entry mailto_me_bookmark_attrs[] = {
|
||||
{ "BEOS:TYPE", /*B_MIME_STRING_TYPE*/'MIMS', SZSTR("application/x-person") },
|
||||
|
||||
@@ -1726,7 +1726,6 @@ module_info *modules[] = {
|
||||
NULL,
|
||||
};
|
||||
|
||||
|
||||
#else /* BeOS fsil api */
|
||||
|
||||
_EXPORT vnode_ops fs_entry =
|
||||
|
||||
Reference in New Issue
Block a user