Pau Espin Pedrol has uploaded this change for review. (
https://gerrit.osmocom.org/10168
Change subject: logging.c: Fix whitespace typo
......................................................................
logging.c: Fix whitespace typo
Change-Id: I943763e175dca6f3078923a494b052319b78574d
---
M src/logging.c
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/68/10168/1
diff --git a/src/logging.c b/src/logging.c
index 381d303..edb2b56 100644
--- a/src/logging.c
+++ b/src/logging.c
@@ -759,7 +759,7 @@
if (!target)
return NULL;
- target->categories = talloc_zero_array(target,
+ target->categories = talloc_zero_array(target,
struct log_category,
osmo_log_info->num_cat);
if (!target->categories) {
--
To view, visit https://gerrit.osmocom.org/10168
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I943763e175dca6f3078923a494b052319b78574d
Gerrit-Change-Number: 10168
Gerrit-PatchSet: 1
Gerrit-Owner: Pau Espin Pedrol <[email protected]>