diff options
author | Martin Szulecki | 2012-07-17 15:50:25 +0200 |
---|---|---|
committer | Nikias Bassen | 2012-07-17 15:50:25 +0200 |
commit | 7163a720efa9f506186781b024d0ef3900636279 (patch) | |
tree | 3aafb2297a3d0d170b90dd2a66fa8f7e6bc97bb6 | |
parent | 165fd19eead32992fac57b4618c4e1f69b32d87e (diff) | |
download | idevicerestore-7163a720efa9f506186781b024d0ef3900636279.tar.gz idevicerestore-7163a720efa9f506186781b024d0ef3900636279.tar.bz2 |
common: Fix typo in struct definitions
-rw-r--r-- | src/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common.h b/src/common.h index 4676b19..e0c4b6a 100644 --- a/src/common.h +++ b/src/common.h @@ -52,7 +52,7 @@ extern int use_apple_server; struct dfu_client_t; struct normal_client_t; -struct restore_clien_t; +struct restore_client_t; struct recovery_client_t; struct idevicerestore_mode_t { |