tryint to repair a broken git

This commit is contained in:
tth
2022-01-21 14:48:45 +01:00
12 changed files with 224 additions and 265 deletions

View File

@@ -5,7 +5,7 @@
COPT = -Wall -fpic -g -DDEBUG_LEVEL=1 -lm
DEPS = ../floatimg.h ../libfloatimg.a Makefile
LIBS = ../libfloatimg.a -ltiff -lpnglite -lcfitsio
LIBS = ../libfloatimg.a -ltiff -lpnglite -lcfitsio -lm
all: assemblage extracteur muxplanes movepixels

View File

@@ -74,6 +74,9 @@ if (foo) {
fimg_export_picture(&dest, dst, 0);
fimg_destroy(&imr); fimg_destroy(&img);
fimg_destroy(&imr); fimg_destroy(&dest);
return 0;
}
/* ---------------------------------------------- ~~~~~~~~~~~~~~~~ */