From: iceman1001 Date: Thu, 7 Jul 2016 08:01:50 +0000 (+0200) Subject: chg: name error? X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/b9b480d0813a18ccd31ea8535c1f336d06942dcf?ds=inline chg: name error? --- diff --git a/armsrc/BigBuf.c b/armsrc/BigBuf.c index 91cf5ce8..7d7a76d1 100644 --- a/armsrc/BigBuf.c +++ b/armsrc/BigBuf.c @@ -8,7 +8,7 @@ //----------------------------------------------------------------------------- // BigBuf and functions to allocate/free parts of it. //----------------------------------------------------------------------------- -#include "bigbuf.h" +#include "BigBuf.h" // BigBuf is the large multi-purpose buffer, typically used to hold A/D samples or traces. // Also used to hold various smaller buffers and the Mifare Emulator Memory.