sscall

UDP based voice chat
git clone git://git.2f30.org/sscall
Log | Files | Refs | README | LICENSE

commit 2d47e7c4377dd55bf1e8a4523fb8b287e0a02cca
parent af9f037ce60057f11a4cea9c744b77491a4b759e
Author: sin <sin@2f30.org>
Date:   Mon,  4 Jun 2012 11:40:21 +0100

sscall: Fix whitespace issue


Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -8,7 +8,7 @@ LDFLAGS += -lao -lpthread -L/usr/local/lib all: $(bin) -%: %.c +%: %.c $(CC) -o $(bin) $(src) $(CFLAGS) $(LDFLAGS) clean: