Skip to content

Commit

Permalink
db_text: fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
lazedo committed Apr 8, 2017
1 parent 3433e38 commit 49fd446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/db_text/dbt_raw_query.c
Expand Up @@ -336,7 +336,7 @@ int dbt_raw_query_delete(db1_con_t* _h, str* _s, db1_res_t** _r)
dbt_trim(table_ptr);

table.s = table_ptr;
table.len = strlen(table_ptr);
table.len = strlen(table_ptr);
LM_DBG("using table '%.*s'\n", table.len, table.s);

if(dbt_use_table(_h, &table) != 0) {
Expand Down

0 comments on commit 49fd446

Please sign in to comment.