mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-07 22:58:11 +00:00
20 lines
344 B
Plaintext
20 lines
344 B
Plaintext
|
*** play.c Sat May 16 06:53:27 1992
|
||
|
--- /home/andy/tmp/wrk/play.c Tue Apr 29 18:45:43 1997
|
||
|
***************
|
||
|
*** 37,43 ****
|
||
|
|
||
|
short play() {
|
||
|
|
||
|
! short c;
|
||
|
short ret;
|
||
|
short undolock = 1; /* locked for undo */
|
||
|
|
||
|
--- 37,43 ----
|
||
|
|
||
|
short play() {
|
||
|
|
||
|
! char c;
|
||
|
short ret;
|
||
|
short undolock = 1; /* locked for undo */
|
||
|
|