From 8fcf3f04eec0e4b776e053047010d29ab6b53ea5 Mon Sep 17 00:00:00 2001
From: AlexeyAB <alexeyab84@gmail.com>
Date: Wed, 18 Apr 2018 13:00:06 +0000
Subject: [PATCH] sure ODR
---
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