summaryrefslogtreecommitdiff
path: root/src/echo.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/echo.c')
-rw-r--r--src/echo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/echo.c b/src/echo.c
index 1f3bc7785..4b8f56071 100644
--- a/src/echo.c
+++ b/src/echo.c
@@ -51,7 +51,7 @@ enum { DEFAULT_ECHO_TO_XPG = false };
#endif
/* The name this program was run with. */
-char *program_name;
+char const *program_name;
void
usage (int status)