changeset 24379:4f489e54b7c9

warning fix: driver.c: In function 'DrvOpen': driver.c:152: warning: unused variable 'i'
author diego
date Mon, 10 Sep 2007 11:28:55 +0000
parents 9cea788cf2b3
children 542822a1cc57
files loader/driver.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/loader/driver.c	Mon Sep 10 11:10:50 2007 +0000
+++ b/loader/driver.c	Mon Sep 10 11:28:55 2007 +0000
@@ -149,7 +149,6 @@
 HDRVR DrvOpen(LPARAM lParam2)
 {
     NPDRVR hDriver;
-    int i;
     char unknown[0x124];
     const char* filename = (const char*) ((ICOPEN*) lParam2)->pV1Reserved;