summaryrefslogtreecommitdiffstats
path: root/printf.h
diff options
context:
space:
mode:
Diffstat (limited to 'printf.h')
-rw-r--r--printf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/printf.h b/printf.h
index d57921f..73b7830 100644
--- a/printf.h
+++ b/printf.h
@@ -39,7 +39,7 @@ struct bfs_printf {
* The command line.
* @return The parsed printf command, or NULL on failure.
*/
-struct bfs_printf *parse_bfs_printf(const char *format, const struct cmdline *cmdline);
+struct bfs_printf *parse_bfs_printf(const char *format, struct cmdline *cmdline);
/**
* Evaluate a parsed format string.