diff options
-rw-r--r-- | utils/setauth.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/setauth.c b/utils/setauth.c index 5a567fdf..a039e3c6 100644 --- a/utils/setauth.c +++ b/utils/setauth.c @@ -29,7 +29,7 @@ #include "frobauth.h" -bconst char *argp_program_version = STANDARD_HURD_VERSION (setauth); +const char *argp_program_version = STANDARD_HURD_VERSION (setauth); #define OPT_NO_SAVE 1 |