diff options
author | Stefan Metzmacher <metze@samba.org> | 2004-05-13 15:55:53 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:53:42 -0500 |
commit | 2b7de39bd220d734201331bc6c3d32ef016a8122 (patch) | |
tree | 9aaec7b3212e95a2aa36858285fe8524ea5be396 | |
parent | 0048335d9e3e0c7db61f6a325a3d7f49037810c3 (diff) | |
download | samba-2b7de39bd220d734201331bc6c3d32ef016a8122.tar.gz samba-2b7de39bd220d734201331bc6c3d32ef016a8122.tar.bz2 samba-2b7de39bd220d734201331bc6c3d32ef016a8122.zip |
r687: add newline at eof
metze
(This used to be commit 38fd7c5e1a8ee5dcc0e5e6af765fb81f6f7c4111)
-rw-r--r-- | source4/build/smb_build/main.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/build/smb_build/main.pl b/source4/build/smb_build/main.pl index 1e3cd84fb6..18d3de3991 100644 --- a/source4/build/smb_build/main.pl +++ b/source4/build/smb_build/main.pl @@ -19,4 +19,4 @@ sub smb_build_main($) create_smb_build_h($SMB_BUILD_CTX); return 0; -}
\ No newline at end of file +} |