From a86390821474d1ffccab52bbec20aa0458131424 Mon Sep 17 00:00:00 2001 From: Themaister Date: Thu, 20 Dec 2012 14:57:55 +0100 Subject: [PATCH] Makefile indent fix. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2d00bad8e7..2f6998bcfd 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ OBJ = retroarch.o \ input/input_common.o \ input/overlay.o \ patch.o \ - fifo_buffer.o \ + fifo_buffer.o \ compat/compat.o \ audio/null.o \ gfx/null.o \