1
1

* key,c (get_modifier): Warning fix.

Этот коммит содержится в:
Pavel Roskin 2002-12-26 21:23:23 +00:00
родитель 6ef3ea6500
Коммит f2cf13159c
2 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -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.

Просмотреть файл

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