mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 02:37:10 +00:00 
			
		
		
		
	Global var cleanup - constification and removing unused vars.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@199479 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		| @@ -124,7 +124,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") | ||||
|  | ||||
|  ***/ | ||||
|  | ||||
| static char *app = "AMD"; | ||||
| static const char app[] = "AMD"; | ||||
|  | ||||
| #define STATE_IN_WORD       1 | ||||
| #define STATE_IN_SILENCE    2 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user