From ddea5519ad6521d471d732f7d22d8f6ad823772d Mon Sep 17 00:00:00 2001 From: Christophe Rhodes Date: Wed, 11 Jan 2006 11:58:59 +0000 Subject: [PATCH] 0.9.8.32: Sucks to be me. ... insert missing semicolon in win32-os.c. Why? Why why why? --- src/runtime/win32-os.c | 2 +- version.lisp-expr | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/runtime/win32-os.c b/src/runtime/win32-os.c index c1bf6a2..75b2b87 100644 --- a/src/runtime/win32-os.c +++ b/src/runtime/win32-os.c @@ -600,7 +600,7 @@ void scratch(void) GetProcAddress(0, 0); mkdir(0); isatty(0); - access(0,0) + access(0,0); } /* EOF */ diff --git a/version.lisp-expr b/version.lisp-expr index 5dd763c..e10932c 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -17,4 +17,4 @@ ;;; checkins which aren't released. (And occasionally for internal ;;; versions, especially for internal versions off the main CVS ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".) -"0.9.8.31" +"0.9.8.32" -- 1.7.10.4