0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-12-27 16:04:15 +01: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), size(oldval),
data(oldval), data(oldval),
(const void *)newval, (const void *)newval,
(const void *)skipuntil (const void *)skip
}; };
#endif #endif