diff options
author | deva <deva> | 2008-07-21 11:01:18 +0000 |
---|---|---|
committer | deva <deva> | 2008-07-21 11:01:18 +0000 |
commit | 9f07c02a19ee79906ad3f3ab8c9eed725def8b96 (patch) | |
tree | ef166ec97f77628f236078b8dc32651049100a85 /tools/add_file | |
parent | 242285d4863a66b4033ca7b5371bae5160ccf62c (diff) |
Dep for libsndfile
Diffstat (limited to 'tools/add_file')
-rwxr-xr-x | tools/add_file | 2 |
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 |