diff options
Diffstat (limited to 'plugin.go')
| -rw-r--r-- | plugin.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ type aplug struct { // set this to true if the plugin dies // TODO: remove the plugin from the pool - dead bool + dead bool // this tells the toolkit plugin how to send events // back here |
