fix typo in plugin interface API

This commit is contained in:
Axel Kohlmeyer
2023-07-27 08:20:02 -04:00
parent a2657c67dd
commit dd25bac428

View File

@ -239,7 +239,7 @@ struct _liblammpsplugin {
void (*free)(void *);
void (*is_running)(void *);
int (*is_running)(void *);
void (*force_timeout)(void *);
int (*has_error)(void *);