Skip to content

Commit

Permalink
fix typo in Interop
Browse files Browse the repository at this point in the history
Signed-off-by: Jeesun Kim <[email protected]>
Change-Id: I99903a72112ed616a507011c69af1bad993f079b
  • Loading branch information
jeesunhub committed Jun 28, 2017
1 parent 01de5d4 commit 380f007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Tizen.Messaging/Interop/Interop.Email.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ internal static partial class Email
[DllImport(Libraries.Email, EntryPoint = "email_add_recipient")]
internal static extern int AddRecipient(IntPtr EmailHandle, int type, string text);

[DllImport(Libraries.Email, EntryPoint = "email_remove_all_recipient")]
[DllImport(Libraries.Email, EntryPoint = "email_remove_all_recipients")]
internal static extern int RemoveRecipient(IntPtr EmailHandle);

[DllImport(Libraries.Email, EntryPoint = "email_add_attach")]
Expand Down

0 comments on commit 380f007

Please sign in to comment.