diff --git a/README.md b/README.md index 7aff4cf..022a98b 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ void main(string[] args) // argument list normally getopt(args, "optionOne", &optionOne, "optionTwo", &optionTwo, "optionThree", &optionThree); - // dfmt off + // dfmt off getopt(args, "optionOne", &optionOne, "optionTwo", &optionTwo,