diff --git a/doc/developer/modules.rst b/doc/developer/modules.rst index 9622507ebe..763d8b1b8d 100644 --- a/doc/developer/modules.rst +++ b/doc/developer/modules.rst @@ -59,7 +59,7 @@ Basic boilerplate: static int module_late_init(struct thread_master *master) { /* Do initialization stuff here */ - return 0; + return 0; } static int