summaryrefslogtreecommitdiff
path: root/emu
diff options
context:
space:
mode:
authorCharles.Forsyth <devnull@localhost>2008-01-31 18:02:00 +0000
committerCharles.Forsyth <devnull@localhost>2008-01-31 18:02:00 +0000
commit145055cac3c58870baed8f04ea9a0f81798a956c (patch)
tree31584fc641f4944ea2e39dd15d60daa1d6cea1e6 /emu
parentb44f7c76d22e945b4cb3d647ccaed1938600cc87 (diff)
20080131-1809
Diffstat (limited to 'emu')
-rw-r--r--emu/Nt/ie-win.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/emu/Nt/ie-win.c b/emu/Nt/ie-win.c
index 93abc4d4..74282dd5 100644
--- a/emu/Nt/ie-win.c
+++ b/emu/Nt/ie-win.c
@@ -216,8 +216,9 @@ clipread(void)
return nil;
}
-void
+int
clipwrite(char *p)
{
USED(p);
+ return -1;
{