minor code-style - sub - subscene.com subtitle search | |
git clone git://git.codemadness.org/sub | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 5c4b7383fa881a17ad334c65d783b5f5789b6651 | |
parent 197c739ffcf32be3e1a34545599a748201677c8c | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Fri, 28 Nov 2014 23:25:36 +0100 | |
minor code-style | |
Diffstat: | |
M sub.c | 3 ++- | |
1 file changed, 2 insertions(+), 1 deletion(-) | |
--- | |
diff --git a/sub.c b/sub.c | |
@@ -152,7 +152,8 @@ xml_handler_attr(XMLParser *p, const char *tag, size_t tagl… | |
} | |
int | |
-main(void) { | |
+main(void) | |
+{ | |
xmlparser_init(&parser, stdin); | |
parser.xmltagstart = xml_handler_start_element; |