diff options
author | Kean Johnson <kean@armory.com> | 2005-06-10 06:54:05 +0000 |
---|---|---|
committer | Kean Johnson <kean@armory.com> | 2005-06-10 06:54:05 +0000 |
commit | 931395cad53aaf20d506896920be9567f033b9eb (patch) | |
tree | 1696e57622361d21c733157bfb158c1b7fc294bc /src/savage_cursor.c | |
parent | be455c98276cec6cc881ca0093476e244c765bf8 (diff) |
SCO port update for SCO OpenServer 5 and UnixWare 7. A few general cleanupssco_port_update
and bugs not specifically related to the port fixed along the way.
Diffstat (limited to 'src/savage_cursor.c')
-rw-r--r-- | src/savage_cursor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/savage_cursor.c b/src/savage_cursor.c index ff0136f..248b979 100644 --- a/src/savage_cursor.c +++ b/src/savage_cursor.c @@ -186,7 +186,7 @@ SavageLoadCursorImage( * loading the cursor. */ volatile unsigned int i = ALT_STATUS_WORD0; - (void)i; /* Not to be optimised out */ + (void)i++; /* Not to be optimised out */ } } |