summaryrefslogtreecommitdiff
path: root/doc/CODING-GUIDELINES
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2006-01-11 00:06:15 +0000
committerRussell Bryant <russell@russellbryant.com>2006-01-11 00:06:15 +0000
commit79aa72e2e7acbb96f3129d9eb4d931fe5b21cee4 (patch)
tree1a047adf10cbd00edb7100d407ccb8058ddbd1f1 /doc/CODING-GUIDELINES
parent15fb0b2061f134f0fc3c04704375ee5d9696b20a (diff)
fix typo, thanks Qwell!
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7953 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'doc/CODING-GUIDELINES')
-rw-r--r--doc/CODING-GUIDELINES2
1 files changed, 1 insertions, 1 deletions
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