From 0977e0c4b875ae5f499ebe504d6f0c1d0c192c4b Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Wed, 11 Jan 2012 11:23:25 +0100 Subject: nat: Add the line break after the '. --- openbsc/src/osmo-bsc_nat/bsc_nat_utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbsc/src/osmo-bsc_nat/bsc_nat_utils.c b/openbsc/src/osmo-bsc_nat/bsc_nat_utils.c index 3d0c30d2f..8553113f2 100644 --- a/openbsc/src/osmo-bsc_nat/bsc_nat_utils.c +++ b/openbsc/src/osmo-bsc_nat/bsc_nat_utils.c @@ -1279,7 +1279,7 @@ void bsc_nat_num_rewr_entry_adapt(void *ctx, struct llist_head *head, talloc_free(regexp); if (regcomp(&entry->num_reg, cfg_entry->option, REG_EXTENDED) != 0) { LOGP(DNAT, LOGL_ERROR, - "Failed to compile regexp '%s\n'", cfg_entry->option); + "Failed to compile regexp '%s'\n", cfg_entry->option); regfree(&entry->msisdn_reg); talloc_free(entry); continue; -- cgit v1.2.3