aboutsummaryrefslogtreecommitdiffstats
path: root/heimdall/source/SetupSessionResponse.h
diff options
context:
space:
mode:
authorBenjamin Dobell <benjamin.dobell+github@glassechidna.com.au>2012-03-28 23:59:27 +1100
committerBenjamin Dobell <benjamin.dobell+github@glassechidna.com.au>2012-03-28 23:59:27 +1100
commitee02a9c7c51d069de26f04d8d9464d573ed82d22 (patch)
treeb82798f845129c76fec7e2a982bf4b5b2849c2a8 /heimdall/source/SetupSessionResponse.h
parente40e701387c10663fc3f415e5f5189698c1782ab (diff)
downloadexternal_heimdall-ee02a9c7c51d069de26f04d8d9464d573ed82d22.zip
external_heimdall-ee02a9c7c51d069de26f04d8d9464d573ed82d22.tar.gz
external_heimdall-ee02a9c7c51d069de26f04d8d9464d573ed82d22.tar.bz2
Made the last parameter of EndFileTransferPacket partitionType (obtained
from the device's PIT)
Diffstat (limited to 'heimdall/source/SetupSessionResponse.h')
-rw-r--r--heimdall/source/SetupSessionResponse.h2
1 files changed, 1 insertions, 1 deletions
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);
}