Skip to content

Commit

Permalink
add cr
Browse files Browse the repository at this point in the history
  • Loading branch information
gelotus committed Jul 8, 2020
1 parent 7ad18a2 commit 9cece8b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion contrib/win32/getopt.c
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,4 @@ int getopt(int nargc, char * const nargv[], const char *ostr)
++optind;
}
return (optopt); /* dump back option letter */
}
}
2 changes: 1 addition & 1 deletion contrib/win32/getopt.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ extern char *optarg; /* argument associated with option */

int getopt(int nargc, char * const nargv[], const char *ostr);

#endif
#endif
2 changes: 1 addition & 1 deletion contrib/win32/nfc.def
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ EXPORTS
pn53x_transceive
pn532_SAMConfiguration
pn53x_read_register
pn53x_write_register
pn53x_write_register
2 changes: 1 addition & 1 deletion contrib/win32/nfc_msvc.def
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ EXPORTS
pn53x_transceive
pn532_SAMConfiguration
pn53x_read_register
pn53x_write_register
pn53x_write_register

0 comments on commit 9cece8b

Please sign in to comment.