diff options
Diffstat (limited to 'src/parse.h')
-rw-r--r-- | src/parse.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/parse.h b/src/parse.h index 6895c9f..fcc8234 100644 --- a/src/parse.h +++ b/src/parse.h @@ -11,9 +11,9 @@ /** * Parse the command line. * - * @param argc + * @argc * The number of arguments. - * @param argv + * @argv * The arguments to parse. * @return * A new bfs context, or NULL on failure. |