diff options
Diffstat (limited to 'src/common/plugins.h')
-rw-r--r-- | src/common/plugins.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/plugins.h b/src/common/plugins.h index c1cf17afd..8c9c70d9f 100644 --- a/src/common/plugins.h +++ b/src/common/plugins.h @@ -47,7 +47,7 @@ typedef struct _Plugin { char state; char* filename; struct _Plugin_Info* info; - struct _Plugin* next; + struct _Plugin* next; } Plugin; ///////////////////////////////////////////// |