diff options
author | James Peach <jpeach@samba.org> | 2006-04-04 00:59:50 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:15:53 -0500 |
commit | da3b7af764c72d19d5c40676949b155c066f40ca (patch) | |
tree | 314a492aaff529dce0957f7170b1ab47ce17cf72 | |
parent | 4fa555980070d78b39711ef21d77628d26055bc2 (diff) | |
download | samba-da3b7af764c72d19d5c40676949b155c066f40ca.tar.gz samba-da3b7af764c72d19d5c40676949b155c066f40ca.tar.bz2 samba-da3b7af764c72d19d5c40676949b155c066f40ca.zip |
r14899: Add missing semi-colon.
(This used to be commit 5f4f4cbe6fe069570a921468034005d364f63206)
-rw-r--r-- | source3/utils/smbcontrol.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/utils/smbcontrol.c b/source3/utils/smbcontrol.c index 302303b3cd..8286d402d3 100644 --- a/source3/utils/smbcontrol.c +++ b/source3/utils/smbcontrol.c @@ -144,7 +144,7 @@ static BOOL do_inject_fault(const struct process_id pid, #ifndef DEVELOPER fprintf(stderr, "Fault injection is only available in" - "developer builds\n") + "developer builds\n"); return False; #else /* DEVELOPER */ { |