fix typo in plugin interface API

This commit is contained in:
Axel Kohlmeyer
2023-07-27 08:20:02 -04:00
parent 368be8ac39
commit 32091d9f32

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 *);