[PATCH] tfjson: Typo (& build) fix.
My previous patch contained a typo (an extra . at the end of a line) which resulted in breaking compilation. This patch fixes that typo. Signed-off-by: Gergely Nagy <algernon@balabit.hu> --- modules/tfjson/tfjson.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/modules/tfjson/tfjson.c b/modules/tfjson/tfjson.c index 3d54201..65daadd 100644 --- a/modules/tfjson/tfjson.c +++ b/modules/tfjson/tfjson.c @@ -160,7 +160,7 @@ const ModuleInfo module_info = { .canonical_name = "tfjson", .version = VERSION, - .description = "The tfjson module provides a JSON formatting template function for syslog-ng.",. + .description = "The tfjson module provides a JSON formatting template function for syslog-ng.", .core_revision = SOURCE_REVISION, .plugins = builtin_tmpl_func_plugins, .plugins_len = G_N_ELEMENTS(builtin_tmpl_func_plugins), -- 1.7.2.5
participants (1)
-
Gergely Nagy