Skip to content

Commit

Permalink
insert EOLs
Browse files Browse the repository at this point in the history
  • Loading branch information
Francesco Sblendorio authored and Francesco Sblendorio committed Aug 25, 2021
1 parent 3de64ac commit 076a231
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/samples/geouterm-res.grc
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ HEADER APPLICATION "GeoUTerm" "Ultimate" "V1.0"
; structure seq ; can be: SEQ, VLIR (only UPPER- or lower-case)
mode any ; can be: any, 40only, 80only, c64only
icon "geouterm.icon"
}
}
2 changes: 1 addition & 1 deletion src/samples/loader.bas
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
170 print"load"chr$(34)p$c$chr$(34)","peek(186)
180 pokeb,145:pokeb+1,145:pokeb+2,145
190 pokeb+3,13:pokeb+4,82:pokeb+5,85:pokeb+6,78:pokeb+7,13
200 poket,8
200 poket,8
1 change: 0 additions & 1 deletion src/samples/screen_utility.c
Original file line number Diff line number Diff line change
Expand Up @@ -229,4 +229,3 @@ void cursor_off(void) {
#endif
}
#pragma optimize (pop)

2 changes: 1 addition & 1 deletion src/samples/u-chat.c
Original file line number Diff line number Diff line change
Expand Up @@ -932,4 +932,4 @@ void vdc_write_reg(void)
}
#pragma optimize (pop)

#endif
#endif
2 changes: 1 addition & 1 deletion src/samples/u-menu.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ void main(void)
// for more dos commands to TARGET_DOS1 or TARGET_DOS2
uii_freeze();
printf("\n\nGoing into Ultimate menu: %s", uii_status);
}
}
2 changes: 1 addition & 1 deletion src/samples/u-sample.c
Original file line number Diff line number Diff line change
Expand Up @@ -104,4 +104,4 @@ void main(void)
// for more dos commands to TARGET_DOS1 or TARGET_DOS2
uii_freeze();
printf("\n\nGoing into Ultimate menu: %s", uii_status);
}
}
2 changes: 1 addition & 1 deletion src/samples/u-shell.c
Original file line number Diff line number Diff line change
Expand Up @@ -219,4 +219,4 @@ void main(void)
}
}
}
}
}

0 comments on commit 076a231

Please sign in to comment.