diff options
author | Russell Rice | 2008-02-05 05:34:07 +0000 |
---|---|---|
committer | Russell Rice | 2008-02-05 05:34:07 +0000 |
commit | bfe674a83e58257519257bec75f223f6c6f9c0e9 (patch) | |
tree | 0d799d57ddfede055c455b19b90f15cc232fcc1e /src/d_iwad.c | |
parent | 4fdfcb2818edbb4006bf33db71753828fddd2118 (diff) | |
download | chocolate-doom-bfe674a83e58257519257bec75f223f6c6f9c0e9.tar.gz chocolate-doom-bfe674a83e58257519257bec75f223f6c6f9c0e9.tar.bz2 chocolate-doom-bfe674a83e58257519257bec75f223f6c6f9c0e9.zip |
fix a few warnings
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1045
Diffstat (limited to 'src/d_iwad.c')
-rw-r--r-- | src/d_iwad.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d_iwad.c b/src/d_iwad.c index 64f40b7d..fa25f9b0 100644 --- a/src/d_iwad.c +++ b/src/d_iwad.c @@ -276,7 +276,7 @@ static void CheckSteamEdition(void) { char *install_path; char *subpath; - int i; + size_t i; install_path = GetRegistryString(&steam_install_location); |