diff options
| author | 2010-07-21 16:25:05 +0200 | |
|---|---|---|
| committer | 2010-07-21 16:25:05 +0200 | |
| commit | 6d568a6476f5093c18a45683f407f9fe21be92c7 (patch) | |
| tree | 2f91171236b3d963a7744192010cd052652064d4 /tools | |
| parent | 930ad759419712e6dd939953ef4a1f0c5a655086 (diff) | |
| download | libimobiledevice-6d568a6476f5093c18a45683f407f9fe21be92c7.tar.gz libimobiledevice-6d568a6476f5093c18a45683f407f9fe21be92c7.tar.bz2 | |
ideviceenterrecovery: Fix a typo in tool output
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/ideviceenterrecovery.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ideviceenterrecovery.c b/tools/ideviceenterrecovery.c index a5cc48a..827946b 100644 --- a/tools/ideviceenterrecovery.c +++ b/tools/ideviceenterrecovery.c | |||
| @@ -79,7 +79,7 @@ int main(int argc, char *argv[]) | |||
| 79 | } | 79 | } |
| 80 | 80 | ||
| 81 | /* run query and output information */ | 81 | /* run query and output information */ |
| 82 | printf("Telling device with uuid %s to enter recovery mode.}\n", uuid); | 82 | printf("Telling device with uuid %s to enter recovery mode.\n", uuid); |
| 83 | if(lockdownd_enter_recovery(client) != LOCKDOWN_E_SUCCESS) | 83 | if(lockdownd_enter_recovery(client) != LOCKDOWN_E_SUCCESS) |
| 84 | { | 84 | { |
| 85 | printf("Failed to enter recovery mode.\n"); | 85 | printf("Failed to enter recovery mode.\n"); |
