From ee02a9c7c51d069de26f04d8d9464d573ed82d22 Mon Sep 17 00:00:00 2001 From: Benjamin Dobell Date: Wed, 28 Mar 2012 23:59:27 +1100 Subject: Made the last parameter of EndFileTransferPacket partitionType (obtained from the device's PIT) --- heimdall/source/SetupSessionResponse.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'heimdall/source/SetupSessionResponse.h') diff --git a/heimdall/source/SetupSessionResponse.h b/heimdall/source/SetupSessionResponse.h index a107f29..2f854b1 100644 --- a/heimdall/source/SetupSessionResponse.h +++ b/heimdall/source/SetupSessionResponse.h @@ -38,7 +38,7 @@ namespace Heimdall { } - int GetUnknown(void) const + unsigned int GetUnknown(void) const { return (unknown); } -- cgit v1.1