From 05ba34f0d2f5e492c3596921b1cbdcee72e2b1ba Mon Sep 17 00:00:00 2001 From: aliaspider Date: Wed, 11 Nov 2015 21:11:22 +0100 Subject: [PATCH] nit. --- Makefile.ctr | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.ctr b/Makefile.ctr index e369bebe51..44f857144b 100644 --- a/Makefile.ctr +++ b/Makefile.ctr @@ -53,8 +53,8 @@ else OBJS += libretro-common/formats/png/rpng.o OBJS += libretro-common/formats/png/rpng_encode.o OBJS += libretro-common/formats/bmp/rbmp_encode.o - OBJS += libretro-common/gfx/math/matrix_4x4.o - OBJS += libretro-common/gfx/math/matrix_3x3.o + OBJS += libretro-common/gfx/math/matrix_4x4.o + OBJS += libretro-common/gfx/math/matrix_3x3.o OBJS += gfx/drivers/ctr_gfx.o OBJS += gfx/drivers/nullgfx.o OBJS += gfx/font_renderer_driver.o @@ -210,7 +210,7 @@ else OBJS += menu/intl/menu_hash_us.o OBJS += menu/drivers/null.o OBJS += menu/drivers/menu_generic.o - OBJS += menu/drivers_display/menu_display_null.o + OBJS += menu/drivers_display/menu_display_null.o OBJS += menu/drivers/rgui.o OBJS += command_event.o OBJS += deps/zlib/adler32.o