diff options
Diffstat (limited to 'source/cl_keys.c')
-rw-r--r-- | source/cl_keys.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/cl_keys.c b/source/cl_keys.c index c131b25..19c1a6e 100644 --- a/source/cl_keys.c +++ b/source/cl_keys.c @@ -492,7 +492,7 @@ Key_WriteBindings Writes lines containing "bind key value" ============ */ -void Key_WriteBindings( fileHandle_t f ) { +void Key_WriteBindings( qhandle_t f ) { int i; for( i = 0; i < 256; i++ ) { |