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 = \
|
char *readmestr = \
|
||||||
"Welcome to the Google™ FileSystem for BeOS™, Zeta™ and Haiku™.
|
"Welcome to the Google™ FileSystem for BeOS™, Zeta™ and Haiku™.\n"
|
||||||
Copyright© 2004, 2005, François Revol.
|
"Copyright© 2004, 2005, François Revol.\n"
|
||||||
Google is a trademark of Google,Inc.
|
"Google is a trademark of Google,Inc.\n"
|
||||||
BeOS is a trademark of PalmSource.
|
"BeOS is a trademark of PalmSource.\n"
|
||||||
Zeta is a trademark of yellowTAB GmbH.
|
"Zeta is a trademark of yellowTAB GmbH.\n"
|
||||||
Haiku is a trademark of Haiku Inc.
|
"Haiku is a trademark of Haiku Inc.\n"
|
||||||
|
"\n"
|
||||||
Use \"Search Google\" query template in this folder to ask google anything.
|
"Use \"Search Google\" query template in this folder to ask google anything.\n"
|
||||||
";
|
"\n";
|
||||||
|
|
||||||
struct attr_entry mailto_me_bookmark_attrs[] = {
|
struct attr_entry mailto_me_bookmark_attrs[] = {
|
||||||
{ "BEOS:TYPE", /*B_MIME_STRING_TYPE*/'MIMS', SZSTR("application/x-person") },
|
{ "BEOS:TYPE", /*B_MIME_STRING_TYPE*/'MIMS', SZSTR("application/x-person") },
|
||||||
|
|||||||
@@ -1726,7 +1726,6 @@ module_info *modules[] = {
|
|||||||
NULL,
|
NULL,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
#else /* BeOS fsil api */
|
#else /* BeOS fsil api */
|
||||||
|
|
||||||
_EXPORT vnode_ops fs_entry =
|
_EXPORT vnode_ops fs_entry =
|
||||||
|
|||||||
Reference in New Issue
Block a user