0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-10-02 13:48:53 +02:00

ircd::db: Fix debug variable name error.

This commit is contained in:
Jason Volk 2018-10-18 08:00:57 -07:00
parent 8ed4dc9623
commit c0058aa53c

View file

@ -2635,7 +2635,7 @@ const noexcept
size(oldval),
data(oldval),
(const void *)newval,
(const void *)skipuntil
(const void *)skip
};
#endif