From 3af5dac47132af3a8d2d49eb28b2fef8516afafb Mon Sep 17 00:00:00 2001 From: aliaspider Date: Tue, 24 Nov 2015 13:02:21 +0100 Subject: [PATCH] (3DS) nit. --- Makefile.ctr | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.ctr b/Makefile.ctr index 8321120a15..21eb4fc87e 100644 --- a/Makefile.ctr +++ b/Makefile.ctr @@ -35,7 +35,7 @@ ifeq ($(GRIFFIN_BUILD), 1) OBJS += griffin/griffin.o else OBJS += libretro-common/file/file_extract.o - OBJS += verbosity.o + OBJS += verbosity.o OBJS += performance.o OBJS += libretro-common/compat/compat_getopt.o OBJS += libretro-common/compat/compat_strcasestr.o @@ -156,7 +156,7 @@ else OBJS += runloop_data.o OBJS += runloop_msg.o OBJS += system.o - OBJS += tasks/tasks.o + OBJS += tasks/tasks.o OBJS += msg_hash.o OBJS += intl/msg_hash_de.o OBJS += intl/msg_hash_es.o