From 9e23ff2523713123daea5ff78fa93737cae349c6 Mon Sep 17 00:00:00 2001
From: AlexeyAB <alexeyab84@gmail.com>
Date: Tue, 29 Aug 2017 16:07:14 +0000
Subject: [PATCH] Fixed yolo_cpp_dll_no_gpu.vcxproj for Debug x64

---
 src/reorg_layer.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/reorg_layer.c b/src/reorg_layer.c
index 9b68f03..2abca8f 100644
--- a/src/reorg_layer.c
+++ b/src/reorg_layer.c
@@ -4,7 +4,7 @@
 #include <stdio.h>
 
 
-layer make_reorg_layer(int batch, int h, int w, int c, int stride, int reverse)
+layer make_reorg_layer(int batch, int w, int h, int c, int stride, int reverse)
 {
     layer l = {0};
     l.type = REORG;

--
Gitblit v1.10.0