summaryrefslogtreecommitdiff
path: root/qerror.c
diff options
context:
space:
mode:
Diffstat (limited to 'qerror.c')
-rw-r--r--qerror.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/qerror.c b/qerror.c
index 6560996c25..d00e5347e1 100644
--- a/qerror.c
+++ b/qerror.c
@@ -39,7 +39,7 @@ static const QType qerror_type = {
*
* "running out of foo: %(foo)%%"
*/
-const QErrorStringTable qerror_table[] = {
+static const QErrorStringTable qerror_table[] = {
{
.error_fmt = QERR_COMMAND_NOT_FOUND,
.desc = "The command %(name) has not been found",