From 2b4177fdf73093c3e22c65ecba45a29870770a1b Mon Sep 17 00:00:00 2001
From: molivier <molivier@d7cf8633-e32d-0410-b094-e92efae38249>
Date: Thu, 9 Jun 2005 23:21:47 +0000
Subject: [PATCH] Fixed a typo in the BSD makefile

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5417 d7cf8633-e32d-0410-b094-e92efae38249
---
 makefile.bsd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/makefile.bsd b/makefile.bsd
index 801ec0ee..ecb66473 100644
--- a/makefile.bsd
+++ b/makefile.bsd
@@ -39,7 +39,7 @@ EXE_SDL=$(EXE_UNIXSDL)
 ##### Sound configuration #####
 
 .ifndef DP_SOUND_API
-	DP_SOUND_API=$(DEFAULT_SNDAPI)
+DP_SOUND_API=$(DEFAULT_SNDAPI)
 .endif
 
 # NULL: no sound
-- 
2.39.5