summaryrefslogtreecommitdiffstats
path: root/lib/Plugins/SQLite3.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Plugins/SQLite3.cpp')
-rw-r--r--lib/Plugins/SQLite3.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Plugins/SQLite3.cpp b/lib/Plugins/SQLite3.cpp
index 6553fda..f272bf5 100644
--- a/lib/Plugins/SQLite3.cpp
+++ b/lib/Plugins/SQLite3.cpp
@@ -26,7 +26,7 @@
#include <iostream>
-#define TABLE_NAME "CrashCatcher"
+#define TABLE_NAME "crash_catcher"
CSQLite3::CSQLite3() :
m_sDBPath("/tmp/CCDB"),
@@ -93,7 +93,7 @@ void CSQLite3::GetTable(const std::string& pCommand, vector_database_rows_t& pTa
}
}
pTable.push_back(row);
-
+
}
sqlite3_free_table(table);
}