[Asterisk-code-review] Change in asterisk[master]: test_astobj2_weaken: Fix source file registration.
Matt Jordan (Code Review)
asteriskteam at digium.com
Tue Apr 14 16:15:33 CDT 2015
Matt Jordan has submitted this change and it was merged.
Change subject: test_astobj2_weaken: Fix source file registration.
......................................................................
test_astobj2_weaken: Fix source file registration.
Update test_astobj2_weaken to use the new AST_REGISTER_FILE macro.
Change-Id: Ieedadf16610f2e042f393e0501a36447cd07f83d
---
M tests/test_astobj2_weaken.c
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Matt Jordan: Looks good to me, approved; Verified
diff --git a/tests/test_astobj2_weaken.c b/tests/test_astobj2_weaken.c
index b68aeda..e53ab7a 100644
--- a/tests/test_astobj2_weaken.c
+++ b/tests/test_astobj2_weaken.c
@@ -30,7 +30,7 @@
#include "asterisk.h"
-ASTERISK_FILE_VERSION(__FILE__, "$Revision: 419175 $")
+ASTERISK_REGISTER_FILE()
#include "asterisk/utils.h"
#include "asterisk/module.h"
--
To view, visit https://gerrit.asterisk.org/113
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ieedadf16610f2e042f393e0501a36447cd07f83d
Gerrit-PatchSet: 1
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Owner: Corey Farrell <git at cfware.com>
Gerrit-Reviewer: Matt Jordan <mjordan at digium.com>
More information about the asterisk-code-review
mailing list