diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2009-12-04 20:44:44 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2009-12-04 20:44:44 +0000 |
commit | d05ac8faf57d5f0bc9310e41a3a9099397a778a5 (patch) | |
tree | d6b0ff6b75ff22d3e8e9b460749a799c68274f1b /qerror.c | |
parent | 407f879abb7b3c9ad091f6dabb673dad06e549e8 (diff) |
Add "static" to please Sparse
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'qerror.c')
-rw-r--r-- | qerror.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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", |