diff options
Diffstat (limited to 'tools')
-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 |