* key,c (get_modifier): Warning fix.

This commit is contained in:
Pavel Roskin 2002-12-26 21:23:23 +00:00
parent 6ef3ea6500
commit f2cf13159c
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2002-12-26 Pavel Roskin <proski@gnu.org>
* key,c (get_modifier): Warning fix.
* file.c: Never access internals of ctx->rx directly.
* fileopctx.c (file_op_context_destroy): Use regfree() to free
ctx->rx.

View File

@ -1080,7 +1080,7 @@ get_modifier (void)
return result;
}
#else
return 0;
return result;
#endif
}