Skip to content

Commit

Permalink
Fixed commented out argument name.
Browse files Browse the repository at this point in the history
  • Loading branch information
joshb committed Dec 22, 2011
1 parent 9d0715c commit 79a89bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/DromeXmlTest1.cpp
Expand Up @@ -56,7 +56,7 @@ printElement(const XmlElement *element, int tabs = 0)
}

int
main(int /*argc*/, char /* *argv[] */)
main(int /*argc*/, char * /*argv*/ [])
{
const char *xml = "<?xml version=\"1.0\"?><root><child1 attr1=\"yes\" attr2=\"no\"><grandchild attr1=\"no\" /></child1><child2 attr1=\"5\" /></root>";

Expand Down

0 comments on commit 79a89bf

Please sign in to comment.