From: Robert A Basch Date: Wed, 20 Aug 2003 23:41:06 +0000 (+0000) Subject: fix-indent-lossage-20030820 X-Git-Tag: openafs-devel-1_3_50~85 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=3254836ee9ac6ef6e090ac3be68a6131adf5b701;p=packages%2Fo%2Fopenafs.git fix-indent-lossage-20030820 Fix lossage that breaks Windows build introduced by running indent. --- 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