summaryrefslogtreecommitdiff
path: root/source3/script/mkproto.awk
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2001-05-14 04:11:39 +0000
committerTim Potter <tpot@samba.org>2001-05-14 04:11:39 +0000
commit13dd825d57d2e7aa9fa5dc787083dae230b75bd6 (patch)
treeee8759a433075ad1e8f716daf548083b05006fde /source3/script/mkproto.awk
parente522cebeb915f38362959e537222edc3e9ee4141 (diff)
downloadsamba-13dd825d57d2e7aa9fa5dc787083dae230b75bd6.tar.gz
samba-13dd825d57d2e7aa9fa5dc787083dae230b75bd6.tar.bz2
samba-13dd825d57d2e7aa9fa5dc787083dae230b75bd6.zip
Cosmetic changes in make proto output.
(This used to be commit 858290d63b8e4300f2a1a334675566beb6881993)
Diffstat (limited to 'source3/script/mkproto.awk')
-rw-r--r--source3/script/mkproto.awk2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/script/mkproto.awk b/source3/script/mkproto.awk
index 13ff399da0..5c3594f7c9 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
}