diff options
author | lordjaxom <lordjaxom> | 2005-01-02 16:53:27 +0000 |
---|---|---|
committer | lordjaxom <lordjaxom> | 2005-01-02 16:53:27 +0000 |
commit | 83a9870f5dc7cf9b081ca5a5a81fd850dfd4e07d (patch) | |
tree | 32949ef8ef84984dff81eb7d1d34061f13703f97 /xml | |
parent | ab34bebaf03ba9d40f8a7a604263330e4c14614a (diff) | |
download | vdr-plugin-text2skin-83a9870f5dc7cf9b081ca5a5a81fd850dfd4e07d.tar.gz vdr-plugin-text2skin-83a9870f5dc7cf9b081ca5a5a81fd850dfd4e07d.tar.bz2 |
- formatting issues
Diffstat (limited to 'xml')
-rw-r--r-- | xml/parser.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xml/parser.c b/xml/parser.c index b83e684..8623d35 100644 --- a/xml/parser.c +++ b/xml/parser.c @@ -1,5 +1,5 @@ /* - * $Id: parser.c,v 1.6 2005/01/01 23:44:36 lordjaxom Exp $ + * $Id: parser.c,v 1.7 2005/01/02 16:53:27 lordjaxom Exp $ */ #include "xml/parser.h" @@ -107,8 +107,8 @@ bool xStartElem(const std::string &name, std::map<std::string,std::string> &attr TAG_ERR_REMAIN("skin"); } else if (context[context.size() - 1] == "display" - || context[context.size() - 1] == "list" - || context[context.size() - 1] == "block") { + || context[context.size() - 1] == "list" + || context[context.size() - 1] == "block") { if (object != NULL) { parent = object; object = NULL; |