diff options
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/PracroAdd | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/tools/PracroAdd b/tools/PracroAdd index 6c9d9fa..d1d665f 100644 --- a/tools/PracroAdd +++ b/tools/PracroAdd @@ -64,7 +64,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 | 
