diff options
| author | Zuhaitz Méndez Fernández de Aránguiz <zuhaitz@debian> | 2026-01-27 01:22:42 +0000 |
|---|---|---|
| committer | Zuhaitz Méndez Fernández de Aránguiz <zuhaitz@debian> | 2026-01-27 01:22:42 +0000 |
| commit | 938773d9cc062fd028f6560b1127a2ecd23f61c3 (patch) | |
| tree | 403aacd629975440ba23a645975c34a141d634ee /src/plugins | |
| parent | 2f47bdf7f49f05bd421e4182635f489c8cae01b3 (diff) | |
Fixed constant hex/oct bug + Fixed some of the examples (work in progress) + added bootloader example (I will add some docs)
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. */ |
