xz: omit explicit \0 from HEADER_MAGIC
Signed-off-by: Lasse Collin <lasse.collin@tukaani.org> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
		
				
					committed by
					
						
						Denys Vlasenko
					
				
			
			
				
	
			
			
			
						parent
						
							e3e321682c
						
					
				
				
					commit
					04f296b28a
				
			@@ -25,7 +25,7 @@
 | 
			
		||||
 | 
			
		||||
#define STREAM_HEADER_SIZE 12
 | 
			
		||||
 | 
			
		||||
#define HEADER_MAGIC "\3757zXZ\0"
 | 
			
		||||
#define HEADER_MAGIC "\3757zXZ"
 | 
			
		||||
#define HEADER_MAGIC_SIZE 6
 | 
			
		||||
 | 
			
		||||
#define FOOTER_MAGIC "YZ"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user