From 4319eaec0b124f4bfd5d0c78a85857c7fbdb5c26 Mon Sep 17 00:00:00 2001 From: William Reading Date: Sun, 4 May 2003 04:56:31 +0000 Subject: [PATCH] Fix typo --- stepmania/src/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stepmania/src/Makefile.am b/stepmania/src/Makefile.am index c23cf34b59..d95bc3691d 100644 --- a/stepmania/src/Makefile.am +++ b/stepmania/src/Makefile.am @@ -141,12 +141,12 @@ Sound_Null = \ if ALSA Sound = $(Sound_Null) $(Sound_ALSA9) else -Sound = $(Sound_null) +Sound = $(Sound_Null) endif stepmania_SOURCES = $(Rage) $(DataStructures) $(FileTypes) $(StepMania) $(Transitions) \ $(Actors) $(ActorsInMenus) $(ActorsInGameplay) $(Screens) $(GlobalSingletons) \ - arch/arch.cpp \ + arch/arch.cpp \ arch/InputHandler/InputHandler_SDL.cpp \ arch/InputHandler/InputHandler_SDL.h \ arch/LoadingWindow/LoadingWindow_SDL.cpp \