fixed formatting issues
This commit is contained in:
parent
19a41bfb87
commit
f48178dba2
|
@ -114,10 +114,9 @@ int main( int argc, char **argv ) {
|
|||
if ( strstr(xBuffer, istrue) ) {
|
||||
include = 1;
|
||||
} else if ( xBuffer && !strstr(xBuffer, istrue) ) {
|
||||
templatePath = xBuffer;
|
||||
|
||||
include = 1;
|
||||
} else {
|
||||
templatePath = xBuffer;
|
||||
include = 1;
|
||||
} else {
|
||||
printf( "Wrong Argruments: %s\n", argv[1]);
|
||||
usage(argv);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue