From c176ec262928a61c688870f9537c5e17e7b2aed4 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Sat, 29 Apr 2006 23:41:09 +0000 Subject: r15336: Unknown escape sequence: '\305' - should have been '\n'. (How did that get in there ?). Jeremy (This used to be commit 780b71d300da71acc8b4f0fe10c1ae78c71e23c4) --- source3/utils/net_ads.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/utils') diff --git a/source3/utils/net_ads.c b/source3/utils/net_ads.c index c7e9529c97..e02da46b9c 100644 --- a/source3/utils/net_ads.c +++ b/source3/utils/net_ads.c @@ -1430,7 +1430,7 @@ static int net_ads_sid(int argc, const char **argv) attrs = (argv + 1); if (!string_to_sid(&sid, sid_string)) { - d_fprintf(stderr, "could not convert sid\ņ"); + d_fprintf(stderr, "could not convert sid\n"); ads_destroy(&ads); return -1; } -- cgit