From 8b67f9e8241ef2fa25b021473d2ae576103f3866 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Wed, 21 Jul 2010 16:25:05 +0200 Subject: ideviceenterrecovery: Fix a typo in tool output --- dev/ideviceenterrecovery.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/ideviceenterrecovery.c b/dev/ideviceenterrecovery.c index a5cc48a..827946b 100644 --- a/dev/ideviceenterrecovery.c +++ b/dev/ideviceenterrecovery.c @@ -79,7 +79,7 @@ int main(int argc, char *argv[]) } /* run query and output information */ - printf("Telling device with uuid %s to enter recovery mode.}\n", uuid); + printf("Telling device with uuid %s to enter recovery mode.\n", uuid); if(lockdownd_enter_recovery(client) != LOCKDOWN_E_SUCCESS) { printf("Failed to enter recovery mode.\n"); -- cgit v1.1-32-gdbae