aboutsummaryrefslogtreecommitdiffstats
path: root/src/id.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/id.c')
-rw-r--r--src/id.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/id.c b/src/id.c
index 533f42868..53cb0f47f 100644
--- a/src/id.c
+++ b/src/id.c
@@ -45,7 +45,7 @@ static void print_user (uid_t uid);
static void print_full_info (const char *username);
/* The name this program was run with. */
-char *program_name;
+char const *program_name;
/* If true, output user/group name instead of ID number. -n */
static bool use_name = false;