From 4f86979ad00797600929481bc01c08e00de266a1 Mon Sep 17 00:00:00 2001 From: Thiemo Seufer Date: Wed, 2 May 2007 17:35:31 +0000 Subject: [PATCH] 1.0.5.21: Code formatting. --- 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 1d9635f..394ed3e 100644 --- a/src/runtime/win32-os.c +++ b/src/runtime/win32-os.c @@ -341,7 +341,7 @@ handle_exception(EXCEPTION_RECORD *exception_record, } if (exception_record->ExceptionCode == EXCEPTION_BREAKPOINT) { - unsigned char trap; + unsigned char trap; /* This is just for info in case the monitor wants to print an * approximation. */ current_control_stack_pointer = diff --git a/version.lisp-expr b/version.lisp-expr index 7aad286..efc1b3f 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".) -"1.0.5.20" +"1.0.5.21" -- 1.7.10.4