From 6e3afec85a49c14a67e340f74965d523f0a8311b Mon Sep 17 00:00:00 2001
From: AlexeyAB <alexeyab84@gmail.com>
Date: Tue, 17 Apr 2018 11:21:23 +0000
Subject: [PATCH] Fixed Python detection

---
 src/image.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/image.h b/src/image.h
index 7145997..24b8684 100644
--- a/src/image.h
+++ b/src/image.h
@@ -9,8 +9,8 @@
 #include "box.h"
 
 typedef struct {
-    int h;
-    int w;
+	int w;
+	int h;
     int c;
     float *data;
 } image;

--
Gitblit v1.10.0