From db15140d590b955ef5c26256d45868778b09cd0b Mon Sep 17 00:00:00 2001 From: Sun Dro Date: Tue, 2 Jun 2015 02:30:47 +0400 Subject: [PATCH] Update slog.h --- libslog/slog.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libslog/slog.h b/libslog/slog.h index 6bee722..dfa6948 100644 --- a/libslog/slog.h +++ b/libslog/slog.h @@ -52,7 +52,7 @@ typedef struct { * library. Return value is char pointer. Argument min is flag for output * format. If min is 0, function returns version in full format, if flag * is 1 function returns only version number, For examle: 1.0.52. --*/ + */ const char* slog_version(int min);