From 0a5547e97bfd0c0e95c4efb032bc2867cc5a60f0 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Mon, 8 Jun 2020 23:49:45 +0200 Subject: Remove trailing whitespace errors from all files --- src/limera1n.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/limera1n.c') diff --git a/src/limera1n.c b/src/limera1n.c index 1ec3661..da4a7d5 100644 --- a/src/limera1n.c +++ b/src/limera1n.c @@ -1,7 +1,7 @@ /* * limera1n.c * Helper code for limera1n exploit based on discovery by geohot - * + * * Copyright (c) 2012-2013 Nikias Bassen. All Rights Reserved. * Copyright (c) 2012 Martin Szulecki. All Rights Reserved. * Copyright (C) 2010 Chronic-Dev Team @@ -76,7 +76,7 @@ int limera1n_exploit(struct irecv_device *device, irecv_client_t *pclient) } else if (device->chip_id == ipod3g->chip_id) { max_size = 0x24000; stack_address = 0x84033F98; - shellcode_address = 0x84023001; + shellcode_address = 0x84023001; } else { error("Unsupported ChipID 0x%04x. Can't exploit with limera1n.\n", device->chip_id); return -1; -- cgit v1.1-32-gdbae