mirror of
				https://github.com/eledio-devices/thirdparty-miniz.git
				synced 2025-10-31 08:42:39 +01:00 
			
		
		
		
	Another formatting issue.
This commit is contained in:
		
							
								
								
									
										3
									
								
								miniz.c
									
									
									
									
									
								
							
							
						
						
									
										3
									
								
								miniz.c
									
									
									
									
									
								
							| @@ -462,7 +462,8 @@ const char *mz_error(int err) | |||||||
|         const char *m_pDesc; |         const char *m_pDesc; | ||||||
|     } s_error_descs[] = |     } s_error_descs[] = | ||||||
|           { |           { | ||||||
|           { MZ_OK, "" }, { MZ_STREAM_END, "stream end" }, { MZ_NEED_DICT, "need dictionary" }, { MZ_ERRNO, "file error" }, { MZ_STREAM_ERROR, "stream error" }, { MZ_DATA_ERROR, "data error" }, { MZ_MEM_ERROR, "out of memory" }, { MZ_BUF_ERROR, "buf error" }, { MZ_VERSION_ERROR, "version error" }, { MZ_PARAM_ERROR, "parameter error" } |               { MZ_OK, "" }, { MZ_STREAM_END, "stream end" }, { MZ_NEED_DICT, "need dictionary" }, { MZ_ERRNO, "file error" }, { MZ_STREAM_ERROR, "stream error" }, | ||||||
|  |               { MZ_DATA_ERROR, "data error" }, { MZ_MEM_ERROR, "out of memory" }, { MZ_BUF_ERROR, "buf error" }, { MZ_VERSION_ERROR, "version error" }, { MZ_PARAM_ERROR, "parameter error" } | ||||||
|           }; |           }; | ||||||
|     mz_uint i; |     mz_uint i; | ||||||
|     for (i = 0; i < sizeof(s_error_descs) / sizeof(s_error_descs[0]); ++i) |     for (i = 0; i < sizeof(s_error_descs) / sizeof(s_error_descs[0]); ++i) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user