file won't open apparently
This commit is contained in:
parent
8a2b6c73d4
commit
0315cbf7dd
@ -1,5 +1,4 @@
|
||||
#include "common.h"
|
||||
#include "ppm.h"
|
||||
|
||||
bool sameColor(Pixel_t t_pixel, Zone_t t_zone) {
|
||||
return t_pixel->r == t_zone->r && t_pixel->g == t_zone->g &&
|
||||
|
@ -124,7 +124,6 @@ int main(int argc, char **argv) {
|
||||
}
|
||||
printf("input: %s\noutput: %s\n", argresults.input, argresults.output);
|
||||
if(argresults.compress) {
|
||||
puts("Compressing...");
|
||||
compress(argresults.input);
|
||||
} else {
|
||||
puts("Uncompressing...");
|
||||
|
Loading…
Reference in New Issue
Block a user