aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/objformat/objformat.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/objformat/objformat.c')
-rw-r--r--usr.bin/objformat/objformat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/objformat/objformat.c b/usr.bin/objformat/objformat.c
index 8d75f5ea64ae..3e9e4101d0e5 100644
--- a/usr.bin/objformat/objformat.c
+++ b/usr.bin/objformat/objformat.c
@@ -39,7 +39,7 @@ main(int argc, char **argv)
char objformat[32];
char *path, *chunk;
char *cmd, *newcmd = NULL;
- char *objformat_path;
+ const char *objformat_path;
if (getobjformat(objformat, sizeof objformat, &argc, argv) == -1)
errx(1, "Invalid object format");