diff options
author | Unknown <nightcoremax@gmail.com> | 2018-07-12 13:46:11 +0700 |
---|---|---|
committer | Unknown <nightcoremax@gmail.com> | 2018-07-12 13:46:11 +0700 |
commit | cc75846c5efecd4d6a586630cd36296a4615019d (patch) | |
tree | 8450e984204b86f48ca41cddb225248709decc93 /3rdparty/libconfig/scanner.c | |
parent | 4db58910d3402a192a0c5dd8ee9fff09659d59b1 (diff) | |
download | hercules-cc75846c5efecd4d6a586630cd36296a4615019d.tar.gz hercules-cc75846c5efecd4d6a586630cd36296a4615019d.tar.bz2 hercules-cc75846c5efecd4d6a586630cd36296a4615019d.tar.xz hercules-cc75846c5efecd4d6a586630cd36296a4615019d.zip |
Fix date part2
Diffstat (limited to '3rdparty/libconfig/scanner.c')
-rw-r--r-- | 3rdparty/libconfig/scanner.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/3rdparty/libconfig/scanner.c b/3rdparty/libconfig/scanner.c index 8ed08f9b8..bed223ba6 100644 --- a/3rdparty/libconfig/scanner.c +++ b/3rdparty/libconfig/scanner.c @@ -551,7 +551,7 @@ static const flex_int32_t yy_rule_can_match_eol[46] = /* -*- mode: C -*- */ /* -------------------------------------------------------------------------- libconfig - A library for processing structured configuration files - Copyright (C) 2013-2016 Hercules Dev Team + Copyright (C) 2013-2018 Hercules Dev Team Copyright (C) 2005-2014 Mark A Lindner This file is part of libconfig. |