diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-11-18 19:46:29 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-11-18 19:46:29 +0100 |
commit | e8a1a7159416e7a7a343666baae8668f4eeb5209 (patch) | |
tree | 2eda92dacf245b9aace4bac6d33f4937c3539c32 /lib/Plugins/SQLite3.cpp | |
parent | a8c6f96eed97ac484343ecf731d4e0859049a2c4 (diff) | |
download | abrt-e8a1a7159416e7a7a343666baae8668f4eeb5209.tar.gz abrt-e8a1a7159416e7a7a343666baae8668f4eeb5209.tar.xz abrt-e8a1a7159416e7a7a343666baae8668f4eeb5209.zip |
include abrt version in bug descriptions
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'lib/Plugins/SQLite3.cpp')
-rw-r--r-- | lib/Plugins/SQLite3.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Plugins/SQLite3.cpp b/lib/Plugins/SQLite3.cpp index 709a16c1..cc639da3 100644 --- a/lib/Plugins/SQLite3.cpp +++ b/lib/Plugins/SQLite3.cpp @@ -34,7 +34,7 @@ // after a while, we can drop support for update, so a table can stay in // normal limits -static const char* upate_sql_commands[][ABRT_TABLE_VERSION + 1] = { +static const char *const upate_sql_commands[][ABRT_TABLE_VERSION + 1] = { // v0 -> * { // v0 -> v0 |