Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
tresf committed Oct 23, 2023
1 parent 6a1ba28 commit 9dcc21e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions contrib/platform/src/com/sun/jna/platform/win32/Winspool.java
Original file line number Diff line number Diff line change
Expand Up @@ -160,10 +160,10 @@ public interface Winspool extends StdCallLibrary {
public static final int PRINTER_NOTIFY_TYPE = 0x00;
public static final int JOB_NOTIFY_TYPE = 0x01;

public static final short PRINTER_CONTROL_PAUSE 0x01;
public static final short PRINTER_CONTROL_PURGE 0x02;
public static final short PRINTER_CONTROL_RESUME 0x03;
public static final short PRINTER_CONTROL_SET_STATUS 0x04;
public static final short PRINTER_CONTROL_PAUSE = 0x01;
public static final short PRINTER_CONTROL_PURGE = 0x02;
public static final short PRINTER_CONTROL_RESUME = 0x03;
public static final short PRINTER_CONTROL_SET_STATUS = 0x04;

public static final short PRINTER_NOTIFY_FIELD_SERVER_NAME = 0x00;
public static final short PRINTER_NOTIFY_FIELD_PRINTER_NAME = 0x01;
Expand Down

0 comments on commit 9dcc21e

Please sign in to comment.