diff options
author | Stefan Bolte <sbolte@lavabit.com> | 2013-05-15 15:12:50 +0200 |
---|---|---|
committer | Stefan Bolte <sbolte@lavabit.com> | 2013-05-15 15:12:50 +0200 |
commit | 3043ad7dacafe1d6306f5b471f845a50aea2a4c0 (patch) | |
tree | 6b125a1742512064322d2c2cc4944a2e6d2b617b | |
parent | a913f7360c5be9f480b50a01da3805da94fe2e54 (diff) | |
download | dwb-3043ad7dacafe1d6306f5b471f845a50aea2a4c0.zip |
Fixing typo in lexar.c
-rw-r--r-- | tools/exar/lexar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/exar/lexar.c b/tools/exar/lexar.c index 9ef6b060..5562a606 100644 --- a/tools/exar/lexar.c +++ b/tools/exar/lexar.c @@ -156,7 +156,7 @@ exar_unpack(const char *path, const char *dest) LOG(2, "Reading version header %s\n", ""); if (fread(version, 1, sizeof(version), f) != sizeof(version)) { - fprintf(stderr, "Not a exar file?\n"); + fprintf(stderr, "Not an exar file?\n"); return -1; } LOG(1, "Found version %s\n", version); |