Skip to content

Commit e7fc514

Browse files
committed
Fix stdinfo module name.
1 parent dbed510 commit e7fc514

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/engine/mod_stdinfo.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ struct std_info_module
4949
: b2::bind::module_<std_info_module>
5050
, b2::args::declaration_<std_info_module>
5151
{
52-
const char * module_name = "command-db";
52+
const char * module_name = "stdinfo";
5353

5454
template <class Binder>
5555
void def(Binder & binder)

0 commit comments

Comments
 (0)