fixed warning about multiline comment
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10624 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
3a3400520a
commit
1457c9030c
@ -299,10 +299,13 @@ static bool IsKnownUnimportantField(const wxString& field);
|
|||||||
// a) for "brief" format:
|
// a) for "brief" format:
|
||||||
// <mime type> <space separated list of extensions>
|
// <mime type> <space separated list of extensions>
|
||||||
// b) for "expanded" format:
|
// b) for "expanded" format:
|
||||||
// type=<mime type> \
|
// type=<mime type> BACKSLASH
|
||||||
// desc="<description>" \
|
// desc="<description>" BACKSLASH
|
||||||
// exts="<comma separated list of extensions>"
|
// exts="<comma separated list of extensions>"
|
||||||
//
|
//
|
||||||
|
// (where BACKSLASH is a literal '\\' which we can't put here because cpp
|
||||||
|
// misinterprets it)
|
||||||
|
//
|
||||||
// We try to autodetect the format of mime.types: if a non-comment line starts
|
// We try to autodetect the format of mime.types: if a non-comment line starts
|
||||||
// with "type=" we assume the second format, otherwise the first one.
|
// with "type=" we assume the second format, otherwise the first one.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user