aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/kconfig/zconf.l
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/kconfig/zconf.l')
-rw-r--r--scripts/kconfig/zconf.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/kconfig/zconf.l b/scripts/kconfig/zconf.l
index d8f7236cb0a3..2b0265082d0a 100644
--- a/scripts/kconfig/zconf.l
+++ b/scripts/kconfig/zconf.l
@@ -353,7 +353,7 @@ int zconf_lineno(void)
353 return current_pos.lineno; 353 return current_pos.lineno;
354} 354}
355 355
356char *zconf_curname(void) 356const char *zconf_curname(void)
357{ 357{
358 return current_pos.file ? current_pos.file->name : "<none>"; 358 return current_pos.file ? current_pos.file->name : "<none>";
359} 359}