aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-11-08 04:57:34 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-11-08 04:57:34 +0000
commite5ab985dc6e4473f46915f173fd11cd2d0d678fc (patch)
tree6eb5ace29c8136f825e0073e76c0dc56f7a30b77
parent465d1d7712849904d15efcdeaf97d7bcee060d95 (diff)
remove an unnecessary line
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7027 f38db490-d61c-443f-a65b-d21fe96a405b
-rwxr-xr-xChangeLog1
1 files changed, 0 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 748895655..782e36891 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,7 +9,6 @@
2005-11-07 Russell Bryant <russell@digium.com>
* apps/app_queue.c: upgrade to new arg/option API and implement priority jumping control (issue #5580)
- * res/res_indications.c: Add missing include of stdio.h
* many files: Add missing include of stdio.h, and remove some duplicate and unused header includes
* include/asterisk/app.h: Increment the arg_index in the options structure to fix applicaiton options that have arguments to them