summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--emu/Nt/ie-win.c3
-rw-r--r--include/version.h2
2 files changed, 3 insertions, 2 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;
{
diff --git a/include/version.h b/include/version.h
index 6472d09a..792e85d0 100644
--- a/include/version.h
+++ b/include/version.h
@@ -1 +1 @@
-#define VERSION "Fourth Edition (20080130)"
+#define VERSION "Fourth Edition (20080131)"