aboutsummaryrefslogtreecommitdiffstats
path: root/src/dbhelper.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dbhelper.c')
-rw-r--r--src/dbhelper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dbhelper.c b/src/dbhelper.c
index 8e4d9ad..9de780e 100644
--- a/src/dbhelper.c
+++ b/src/dbhelper.c
@@ -204,7 +204,7 @@ void dbh_form_query_delete_x_from_y(char *query, const char *x, const char *y) {
strcpy(query, tmp);
}
-void dbh_from_query_count_program_relations(char *query) {
+void dbh_form_query_count_program_relations(char *query) {
char tmp[STR_M] = "SELECT COUNT(*) FROM ";
strcat(tmp, TBL_REL);
strcat(tmp, " WHERE ");