From 3254836ee9ac6ef6e090ac3be68a6131adf5b701 Mon Sep 17 00:00:00 2001 From: Robert A Basch Date: Wed, 20 Aug 2003 23:41:06 +0000 Subject: [PATCH] fix-indent-lossage-20030820 Fix lossage that breaks Windows build introduced by running indent. --- src/util/assert.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/assert.c b/src/util/assert.c index 138a8a724..1c59ef8cd 100644 --- a/src/util/assert.c +++ b/src/util/assert.c @@ -32,7 +32,7 @@ RCSID void afs_NTAbort(void) { - _asm int 3 h; /* always trap. */ + _asm int 3h; /* always trap. */ } #endif -- 2.39.5