Skip to content

Commit 53dedef

Browse files
committed
Made 'IpsError' enum public.
1 parent 92334d0 commit 53dedef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

LibIPS.NET/LibIpsNet.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ public class LibIpsNet
1111
const string PatchText = "PATCH";
1212
const int EndOfFile = 0x454F46;
1313

14-
enum IpsError
14+
public enum IpsError
1515
{
1616
// Patch applied or created successfully.
1717
IpsOk,

0 commit comments

Comments
 (0)