From: Tilghman Lesher Date: Tue, 10 Jan 2006 03:23:38 +0000 (+0000) Subject: Fix indentation X-Git-Tag: 1.4.0-beta1~3014 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0d7fda32fdffd829eef825d7a3f183af8552ba78;p=thirdparty%2Fasterisk.git Fix indentation git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7929 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/funcs/Makefile b/funcs/Makefile index 60ef951519..63d36bfe9b 100644 --- a/funcs/Makefile +++ b/funcs/Makefile @@ -24,7 +24,7 @@ BUILTINS=func_md5.o \ func_timeout.o \ func_language.o \ func_moh.o \ - func_base64.o + func_base64.o AVAILABLE_FUNCS=$(filter-out $(BUILTINS),$(patsubst %.c,%.o,$(wildcard func*.c)))