summaryrefslogtreecommitdiff
path: root/doc/developer/modules.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/developer/modules.rst')
-rw-r--r--doc/developer/modules.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/developer/modules.rst b/doc/developer/modules.rst
index 02330ddfe4..e95f8a1b4a 100644
--- a/doc/developer/modules.rst
+++ b/doc/developer/modules.rst
@@ -76,7 +76,7 @@ Basic boilerplate:
.version = "0.0",
.description = "my module",
.init = module_init,
- )
+ );
The ``frr_late_init`` hook will be called after the daemon has finished
its other startup and is about to enter the main event loop; this is the