diff --git a/OpenPGP-Keychain-API-Demo/src/org/openintents/openpgp/OpenPgpData.java b/OpenPGP-Keychain-API-Demo/src/org/openintents/openpgp/OpenPgpData.java index 6ccc2d833..6615c2146 100644 --- a/OpenPGP-Keychain-API-Demo/src/org/openintents/openpgp/OpenPgpData.java +++ b/OpenPGP-Keychain-API-Demo/src/org/openintents/openpgp/OpenPgpData.java @@ -99,7 +99,7 @@ public class OpenPgpData implements Parcelable { } public void writeToParcel(Parcel dest, int flags) { - dest.writeInt(type); + dest.writeInt(type); dest.writeString(string); dest.writeInt(bytes.length); dest.writeByteArray(bytes); diff --git a/OpenPGP-Keychain/src/org/openintents/openpgp/OpenPgpData.java b/OpenPGP-Keychain/src/org/openintents/openpgp/OpenPgpData.java index 6ccc2d833..6615c2146 100644 --- a/OpenPGP-Keychain/src/org/openintents/openpgp/OpenPgpData.java +++ b/OpenPGP-Keychain/src/org/openintents/openpgp/OpenPgpData.java @@ -99,7 +99,7 @@ public class OpenPgpData implements Parcelable { } public void writeToParcel(Parcel dest, int flags) { - dest.writeInt(type); + dest.writeInt(type); dest.writeString(string); dest.writeInt(bytes.length); dest.writeByteArray(bytes);