From 88becf8b098ecbac9df468e7cc45f128d5548126 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Tue, 6 Feb 2018 12:45:38 +0100 Subject: [PATCH] chg: missed a spot.. showBanner should not be shown on apple --- client/proxmark3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/proxmark3.c b/client/proxmark3.c index 3630e1acf..93a7309b1 100644 --- a/client/proxmark3.c +++ b/client/proxmark3.c @@ -449,7 +449,7 @@ int main(int argc, char* argv[]) { return 2; } -#if defined(__linux__) || (__APPLE__) +#if defined(__linux__) // ascii art doesn't work well on mingw :( bool stdinOnPipe = !isatty(STDIN_FILENO);