Skip to content

Commit

Permalink
fixed newlines at eof
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrossmann committed Jan 30, 2024
1 parent dad9fe0 commit 1107b84
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion inc/irx.h
Original file line number Diff line number Diff line change
Expand Up @@ -693,4 +693,4 @@ struct parm {
int *retcode;
};

#endif
#endif
4 changes: 0 additions & 4 deletions src/rxtso.c
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,3 @@ int xlate3270(int byte) {

return tbl3270[byte];
}




0 comments on commit 1107b84

Please sign in to comment.