aboutsummaryrefslogtreecommitdiffstats
path: root/extension/filefuncs.c
diff options
context:
space:
mode:
Diffstat (limited to 'extension/filefuncs.c')
-rw-r--r--extension/filefuncs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extension/filefuncs.c b/extension/filefuncs.c
index 46b1596e..4d382005 100644
--- a/extension/filefuncs.c
+++ b/extension/filefuncs.c
@@ -240,7 +240,7 @@ do_stat(int nargs, awk_value_t *result)
struct stat sbuf;
int ret, j, k;
char *pmode; /* printable mode */
- char *type = "unknown";
+ const char *type = "unknown";
awk_value_t tmp;
static struct ftype_map {
int mask;