diff options
Diffstat (limited to 'src/H5PLpublic.h')
-rw-r--r-- | src/H5PLpublic.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5PLpublic.h b/src/H5PLpublic.h index a08c78d..51f69c9 100644 --- a/src/H5PLpublic.h +++ b/src/H5PLpublic.h @@ -99,8 +99,8 @@ H5_DLL herr_t H5PLset_loading_state(unsigned int plugin_control_mask); * disabled.\n * A plugin bit set to 1 (one) indicates that that the dynamic plugin type is * enabled.\n - * If the value of \p plugin_control_mask is negative, all dynamic plugin types - * are enabled.\n + * If the value of \p plugin_control_mask is negative, all dynamic plugin + * types are enabled.\n * If the value of \p plugin_control_mask is 0 (zero), all dynamic plugins * are disabled. * \return \herr_t |