1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-05 11:01:13 +02:00

42939: pm argument to set_registers is not unused

This commit is contained in:
Eitan Adler 2018-06-06 06:00:41 +00:00 committed by Peter Stephenson
parent 52f1c4ffb0
commit 6a3b23e9cc
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2018-06-06 Peter Stephenson <p.stephenson@samsung.com>
* Eitan: 42939: Src/Zle/zle_params.c: pm argument to
set_registers is not unused.
2018-06-05 Peter Stephenson <p.stephenson@samsung.com>
* Sebastian: 42929 (twaked): Functions/Misc/zed: additional

View file

@ -819,7 +819,7 @@ get_registers(UNUSED(HashTable ht), const char *name)
/**/
static void
set_registers(UNUSED(Param pm), HashTable ht)
set_registers(Param pm, HashTable ht)
{
int i;
HashNode hn;