From e804e64592d2321017f8d6be2b429ce6d6c5202b Mon Sep 17 00:00:00 2001 From: Sam Hegarty Date: Tue, 25 Oct 2011 23:44:46 +1300 Subject: [PATCH] fix structure declaration --- src/net/pspnet_adhocctl.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/net/pspnet_adhocctl.h b/src/net/pspnet_adhocctl.h index 565f8a4e..11fac97c 100644 --- a/src/net/pspnet_adhocctl.h +++ b/src/net/pspnet_adhocctl.h @@ -22,11 +22,13 @@ extern "C" { /** Product structure */ struct productStruct { - /** Unknown, set to 0 */ + /** Unknown, set to 0, other values used are 1 and 2. Not sure on what they represent */ int unknown; /** The product ID string */ char product[9]; -} productStruct; + /* possibly padding */ + char unk[3]; +}; /** Peer info structure */ struct SceNetAdhocctlPeerInfo