diff options
| author | Charles.Forsyth <devnull@localhost> | 2008-01-31 18:20:23 +0000 |
|---|---|---|
| committer | Charles.Forsyth <devnull@localhost> | 2008-01-31 18:20:23 +0000 |
| commit | 8c260d1f7d357523acf050bc742531813c92c38e (patch) | |
| tree | 942957b1b9e3a341d5a1bd028e0bf0e3f28e1e24 | |
| parent | 145055cac3c58870baed8f04ea9a0f81798a956c (diff) | |
20080131-1825
| -rw-r--r-- | emu/Nt/emu | 1 | ||||
| -rw-r--r-- | emu/Nt/ie | 4 | ||||
| -rw-r--r-- | emu/Nt/ie-win.c | 2 |
3 files changed, 4 insertions, 3 deletions
@@ -38,7 +38,6 @@ lib keyring sec mp - 9 link @@ -24,6 +24,7 @@ dev eia audio audio mem + pointer # arch lib @@ -35,7 +36,8 @@ lib memlayer memdraw keyring - crypt + sec + mp 9 link diff --git a/emu/Nt/ie-win.c b/emu/Nt/ie-win.c index 74282dd5..9e7ff2ef 100644 --- a/emu/Nt/ie-win.c +++ b/emu/Nt/ie-win.c @@ -221,4 +221,4 @@ clipwrite(char *p) { USED(p); return -1; -{ +} |
