From 13dd825d57d2e7aa9fa5dc787083dae230b75bd6 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Mon, 14 May 2001 04:11:39 +0000 Subject: Cosmetic changes in make proto output. (This used to be commit 858290d63b8e4300f2a1a334675566beb6881993) --- source3/script/mkproto.awk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/script/mkproto.awk') 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 } -- cgit