diff options
Diffstat (limited to 'wk4/pset')
-rw-r--r-- | wk4/pset/recover/recover.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wk4/pset/recover/recover.c b/wk4/pset/recover/recover.c index 1821637..4c45d8d 100644 --- a/wk4/pset/recover/recover.c +++ b/wk4/pset/recover/recover.c @@ -27,7 +27,7 @@ int main(int argc, char *argv[]) { if (first 3 bytes are 0xff 0xd8 0xff AND 4th byte is 0xe* (* denotes anything)) { - this is a photo; remember the pointer (call it inptr) + this is a photo; remember the pointer (call it point) int photolength = 0; // look through the blocks ahead of this one for a new photo for (file length left) |