summaryrefslogtreecommitdiff
path: root/funcs
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2006-01-10 03:23:38 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2006-01-10 03:23:38 +0000
commit0d7fda32fdffd829eef825d7a3f183af8552ba78 (patch)
tree01cb63f71cfdda77c866c3e9a98e33b559e742d2 /funcs
parentd25b128b66ae9519b00d9cd45bfde026e56147e6 (diff)
Fix indentation
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7929 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'funcs')
-rw-r--r--funcs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/funcs/Makefile b/funcs/Makefile
index 60ef95151..63d36bfe9 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)))