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 | 5f4f4cbe6fe069570a921468034005d364f63206 (patch) | |
tree | 08104cdd94f78383d094ffaa5aa9f16e650c31d7 /source/utils/smbcontrol.c | |
parent | 56bc02d64498eb3faf89f0c5452b9299daea8e95 (diff) | |
download | samba-5f4f4cbe6fe069570a921468034005d364f63206.tar.gz |
r14899: Add missing semi-colon.
Diffstat (limited to 'source/utils/smbcontrol.c')
-rw-r--r-- | source/utils/smbcontrol.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/utils/smbcontrol.c b/source/utils/smbcontrol.c index 302303b3cd9..8286d402d3a 100644 --- a/source/utils/smbcontrol.c +++ b/source/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 */ { |