mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-11-03 20:38:59 +00:00 
			
		
		
		
	Kill off red blobs in most of main/*
Everything still compiled after making these changes, so I assume these whitespace-only changes didn't break anything (and shouldn't have). git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@360190 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		@@ -292,7 +292,7 @@ int ast_str_to_eid(struct ast_eid *eid, const char *s)
 | 
			
		||||
 | 
			
		||||
	if (sscanf(s, "%2x:%2x:%2x:%2x:%2x:%2x", &eid_int[0], &eid_int[1], &eid_int[2],
 | 
			
		||||
		 &eid_int[3], &eid_int[4], &eid_int[5]) != 6)
 | 
			
		||||
		 	return -1;
 | 
			
		||||
			return -1;
 | 
			
		||||
 | 
			
		||||
	for (x = 0; x < 6; x++)
 | 
			
		||||
		eid->eid[x] = eid_int[x];
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user