cosmetic
This commit is contained in:
parent
bf239a9004
commit
154844c94d
@ -20,7 +20,7 @@
|
|||||||
* https://git.tetalab.org/tTh/FloatImg
|
* https://git.tetalab.org/tTh/FloatImg
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define FIMG_VERSION (218)
|
#define FIMG_VERSION (219)
|
||||||
#define RELEASE_NAME ("noname")
|
#define RELEASE_NAME ("noname")
|
||||||
|
|
||||||
/* XXX add a test for stdint.h / uint32_t XXX */
|
/* XXX add a test for stdint.h / uint32_t XXX */
|
||||||
|
@ -26,10 +26,10 @@ int fimg_make_rndfluffy_lines(FloatImg *src, FloatImg *dst, int rndt)
|
|||||||
int x, y, ol;
|
int x, y, ol;
|
||||||
float accu;
|
float accu;
|
||||||
|
|
||||||
// #if DEBUG_LEVEL
|
#if DEBUG_LEVEL
|
||||||
fprintf(stderr, ">>> %s ( '%p' '%p' %d )\n", __func__,
|
fprintf(stderr, ">>> %s ( '%p' '%p' %d )\n", __func__,
|
||||||
src, dst, rndt);
|
src, dst, rndt);
|
||||||
// #endif
|
#endif
|
||||||
|
|
||||||
if (fimg_images_not_compatible(src, dst)) {
|
if (fimg_images_not_compatible(src, dst)) {
|
||||||
/* be hard for the lamers */
|
/* be hard for the lamers */
|
||||||
|
Loading…
Reference in New Issue
Block a user