summaryrefslogtreecommitdiffstats
path: root/source/script
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
commit858290d63b8e4300f2a1a334675566beb6881993 (patch)
tree653894465cb611b518b7efe0dcfbf8070dc8f382 /source/script
parent607db8d57db0e7bf9e99570bc87e7a1401a18eaa (diff)
downloadsamba-858290d63b8e4300f2a1a334675566beb6881993.tar.gz
samba-858290d63b8e4300f2a1a334675566beb6881993.tar.xz
samba-858290d63b8e4300f2a1a334675566beb6881993.zip
Cosmetic changes in make proto output.
Diffstat (limited to 'source/script')
-rw-r--r--source/script/mkproto.awk2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/script/mkproto.awk b/source/script/mkproto.awk
index 13ff399da0d..5c3594f7c99 100644
--- a/source/script/mkproto.awk
+++ b/source/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
}