* src/emacs-module.c (value_storage_contains_p): Fix typo.
This commit is contained in:
parent
992fd76ce9
commit
1a4df31ddd
1 changed files with 1 additions and 1 deletions
|
|
@ -1207,7 +1207,7 @@ value_storage_contains_p (const struct emacs_value_storage *storage,
|
|||
{
|
||||
if (&frame->objects[i] == value)
|
||||
return true;
|
||||
++count;
|
||||
++*count;
|
||||
}
|
||||
}
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue