From 2609a2ab7272d53d9632297f5fb5211a50e92d56 Mon Sep 17 00:00:00 2001 From: Sergey Lyubka <valenok@gmail.com> Date: Sun, 30 Mar 2014 12:47:27 +0100 Subject: [PATCH] Fixed comment for mg_template() --- mongoose.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/mongoose.c b/mongoose.c index 485bd48a0..e39f1b025 100644 --- a/mongoose.c +++ b/mongoose.c @@ -2181,8 +2181,6 @@ int mg_match_prefix(const char *pattern, int pattern_len, const char *str) { // This function prints HTML pages, and expands "{{something}}" blocks // inside HTML by calling appropriate callback functions. -// The output is done by the output function. In production case, the output -// function sends data to mongoose. In test case, it prints into a string. // Note that {{@path/to/file}} construct outputs embedded file's contents, // which provides SSI-like functionality. void mg_template(struct mg_connection *conn, const char *s, -- GitLab