From 79aa72e2e7acbb96f3129d9eb4d931fe5b21cee4 Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Wed, 11 Jan 2006 00:06:15 +0000 Subject: fix typo, thanks Qwell! git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7953 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- doc/CODING-GUIDELINES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/CODING-GUIDELINES') diff --git a/doc/CODING-GUIDELINES b/doc/CODING-GUIDELINES index 42d54aceb..7e4679be7 100644 --- a/doc/CODING-GUIDELINES +++ b/doc/CODING-GUIDELINES @@ -384,7 +384,7 @@ in having code like this: However, the ast_strdup and ast_strdup functions will happily accept a NULL argument without generating an error. The same code can be written as: - newstr = strdup(str); + newstr = ast_strdup(str); * CLI Commands -- cgit v1.2.3