summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authordeva <deva>2008-07-21 11:01:18 +0000
committerdeva <deva>2008-07-21 11:01:18 +0000
commit9f07c02a19ee79906ad3f3ab8c9eed725def8b96 (patch)
treeef166ec97f77628f236078b8dc32651049100a85 /tools
parent242285d4863a66b4033ca7b5371bae5160ccf62c (diff)
Dep for libsndfile
Diffstat (limited to 'tools')
-rwxr-xr-xtools/add_file2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/add_file b/tools/add_file
index 10f2174..f95f241 100755
--- a/tools/add_file
+++ b/tools/add_file
@@ -49,7 +49,7 @@ function hfile() {
local pr=`echo $PROJECT | tr 'a-z.' 'A-Z_'`
echo "#ifndef __${pr}_${hn}__" >> $1;
echo "#define __${pr}_${hn}__" >> $1;
- echo "#endif/*__${pr}_${hn}__" >> $1;
+ echo "#endif/*__${pr}_${hn}__*/" >> $1;
}
if [ "$#" = "1" ]; then