amiga_imgv

diff src/image.h @ 2:f75893a33234

hammer -> ham image converter
author John Tsiombikas <nuclear@member.fsf.org>
date Thu, 26 Oct 2017 10:04:29 +0300
parents a4788c959918
children 4c36d0f44aa6
line diff
     1.1 --- a/src/image.h	Wed Oct 25 21:05:24 2017 +0300
     1.2 +++ b/src/image.h	Thu Oct 26 10:04:29 2017 +0300
     1.3 @@ -4,7 +4,7 @@
     1.4  #include "inttypes.h"
     1.5  
     1.6  struct palchange {
     1.7 -	int line;
     1.8 +	uint16_t line;
     1.9  	uint16_t entry;	/* [ idx | r | g | b ] */
    1.10  	struct palchange *next;
    1.11  };