diff options
Diffstat (limited to 'src/plugins')
| -rw-r--r-- | src/plugins/plugin_manager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/plugin_manager.h b/src/plugins/plugin_manager.h index f5696e6..899ba71 100644 --- a/src/plugins/plugin_manager.h +++ b/src/plugins/plugin_manager.h @@ -17,7 +17,7 @@ void zptr_register_plugin(ZPlugin *plugin); /** * @brief Load a plugin from a shared object file (.so). - * + * * @param path Path to the shared object file. * @return ZPlugin* Pointer to the loaded plugin on success, NULL on failure. */ |
