From 7c4a78b86301f780b938f3366bc75232acb1603e Mon Sep 17 00:00:00 2001
From: AlexeyAB <alexeyab84@gmail.com>
Date: Mon, 22 Jan 2018 16:20:58 +0000
Subject: [PATCH] Replaced '\r' and '\n' by 0x0d and 0x0a
---
src/layer.h | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/layer.h b/src/layer.h
index eb480c0..285abe3 100644
--- a/src/layer.h
+++ b/src/layer.h
@@ -122,6 +122,8 @@
int classfix;
int absolute;
+ int onlyforward;
+ int stopbackward;
int dontload;
int dontloadscales;
--
Gitblit v1.10.0