Skip to content

Commit

Permalink
Minor correction in src/commands/README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jivanpal committed Feb 3, 2021
1 parent 9ea9755 commit 4417cdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ implemented. To add a new command `my-command`, do the following:
* contained within the respective command's source file.
*/
// ...
command_function cmd_my_command();
command_function cmd_my_command;
// ...

static drat_command_t commands[] = {
Expand Down

0 comments on commit 4417cdd

Please sign in to comment.