aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-11-29 05:11:05 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-11-29 05:11:05 +0000
commit40a6413566b7e980e4fb0e266280bc90dcb6badc (patch)
treec34336f5c1b1ca7a40f575fde3f9c734a0b0c02c
parent63590e83853648e00e01b375192247fb6ec57928 (diff)
fix a couple of typos and a buglet
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7216 f38db490-d61c-443f-a65b-d21fe96a405b
-rwxr-xr-xapps/app_skel.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/apps/app_skel.c b/apps/app_skel.c
index f0731c4e3..9fb2e757a 100755
--- a/apps/app_skel.c
+++ b/apps/app_skel.c
@@ -3,7 +3,7 @@
*
* Copyright (C) <Year>, <Your Name Here>
*
- * <Your Name Here> <<You Email Here>>
+ * <Your Name Here> <<Your Email Here>>
*
* See http://www.asterisk.org for more information about
* the Asterisk project. Please do not directly contact
@@ -20,7 +20,7 @@
*
* \brief Skeleton application
*
- * This is a skeleton for development of an Asterisk application */
+ * This is a skeleton for development of an Asterisk application
* \ingroup applications
*/
@@ -77,7 +77,6 @@ static int app_exec(struct ast_channel *chan, void *data)
if (ast_strlen_zero(data)) {
ast_log(LOG_WARNING, "%s requires an argument (dummy|[options])\n",app);
- LOCAL_USER_REMOVE(u);
return -1;
}