diff options
Diffstat (limited to 'src/libfast/context.h')
-rw-r--r-- | src/libfast/context.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libfast/context.h b/src/libfast/context.h index 48b3c5e23..4f8d11d2c 100644 --- a/src/libfast/context.h +++ b/src/libfast/context.h @@ -32,7 +32,7 @@ typedef context_t *(*context_constructor_t)(void *param); * User specific session context, to extend. */ struct context_t { - + /** * Destroy the context_t. */ |