diff options
author | Tim Potter <tpot@samba.org> | 2001-05-14 04:11:39 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2001-05-14 04:11:39 +0000 |
commit | 13dd825d57d2e7aa9fa5dc787083dae230b75bd6 (patch) | |
tree | ee8759a433075ad1e8f716daf548083b05006fde /source3 | |
parent | e522cebeb915f38362959e537222edc3e9ee4141 (diff) | |
download | samba-13dd825d57d2e7aa9fa5dc787083dae230b75bd6.tar.gz samba-13dd825d57d2e7aa9fa5dc787083dae230b75bd6.tar.xz samba-13dd825d57d2e7aa9fa5dc787083dae230b75bd6.zip |
Cosmetic changes in make proto output.
(This used to be commit 858290d63b8e4300f2a1a334675566beb6881993)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/script/mkproto.awk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/script/mkproto.awk b/source3/script/mkproto.awk index 13ff399da0d..5c3594f7c99 100644 --- a/source3/script/mkproto.awk +++ b/source3/script/mkproto.awk @@ -24,7 +24,7 @@ END { # use_ldap_define = 0; # } print "" - print "/*The following definitions come from ",FILENAME," */" + print "/* The following definitions come from",FILENAME," */" print "" current_file=FILENAME } |