Kouhei Sutou 2019-05-20 16:22:40 +0900 (Mon, 20 May 2019) Revision: 85a0b7cd0753d4219e566fdd06cc2a69ae6d4a0a https://github.com/groonga/groonga/commit/85a0b7cd0753d4219e566fdd06cc2a69ae6d4a0a Message: Fix typos Modified files: src/grndb.c Modified: src/grndb.c (+3 -2) =================================================================== --- src/grndb.c 2019-05-18 06:58:04 +0900 (ad101a8fc) +++ src/grndb.c 2019-05-20 16:22:40 +0900 (5a968b680) @@ -1,6 +1,7 @@ /* -*- c-basic-offset: 2 -*- */ /* Copyright(C) 2014-2018 Brazil + Copyright(C) 2019 Kouhei Sutou <kou****@clear*****> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public @@ -167,8 +168,8 @@ main(int argc, char **argv) strlen(log_level_prefix "=")) == 0) { log_level_name = arg + strlen(log_level_prefix "="); } -#undef log_path_equal_prefix -#undef log_level_equal_prefix +#undef log_path_prefix +#undef log_level_prefix } } -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20190520/2b423777/attachment.html>