From 5e3dcb6f34868e341466b57b13ad63f86b337250 Mon Sep 17 00:00:00 2001
From: Alexey <AlexeyAB@users.noreply.github.com>
Date: Thu, 26 Apr 2018 14:01:48 +0000
Subject: [PATCH] Update Readme.md

---
 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