diff options
| -rw-r--r-- | bin/ps/print.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/ps/print.c b/bin/ps/print.c index 1e1d3a9c2128..fefb0050c8d0 100644 --- a/bin/ps/print.c +++ b/bin/ps/print.c @@ -618,7 +618,8 @@ static void printval(char *bp, VAR *v) { static char ofmt[32] = "%"; - char *fcp, *cp; + const char *fcp; + char *cp; cp = ofmt + 1; fcp = v->fmt; |
