From 1c988d8996678d782ab6cc50e352b4870eb6fd5d Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Tue, 12 May 2009 13:59:35 +0000 Subject: add 'const' qualifiers in various places where they should have been git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@193832 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_directed_pickup.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/app_directed_pickup.c') diff --git a/apps/app_directed_pickup.c b/apps/app_directed_pickup.c index 283846e15..2f4c18237 100644 --- a/apps/app_directed_pickup.c +++ b/apps/app_directed_pickup.c @@ -84,8 +84,8 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") ***/ -static const char *app = "Pickup"; -static const char *app2 = "PickupChan"; +static const char * const app = "Pickup"; +static const char * const app2 = "PickupChan"; /*! \todo This application should return a result code, like PICKUPRESULT */ /* Perform actual pickup between two channels */ -- cgit v1.2.3