mirror of
				https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
				synced 2025-11-03 21:43:32 +00:00 
			
		
		
		
	mgcp_client_vty: cosmetic: doc string should terminated with \n
Change-Id: I34c16490e08af0c9853f1a794113c191bb65d09a
This commit is contained in:
		@@ -351,7 +351,7 @@ static struct mgcp_client_pool_member *pool_member_by_nr(unsigned int nr)
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
DEFUN_ATTR(cfg_mgw,
 | 
			
		||||
	   cfg_mgw_cmd, "mgw <0-255>", "Select a MGCP client config to setup\n" "reference number", CMD_ATTR_IMMEDIATE)
 | 
			
		||||
	   cfg_mgw_cmd, "mgw <0-255>", "Select a MGCP client config to setup\n" "reference number\n", CMD_ATTR_IMMEDIATE)
 | 
			
		||||
{
 | 
			
		||||
	int nr = atoi(argv[0]);
 | 
			
		||||
	struct mgcp_client_pool_member *pool_member;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user