[Groonga-mysql-commit] mroonga/mroonga at 002e3cc [master] Fix a typo

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Jul 9 13:07:13 JST 2018


Kouhei Sutou	2018-07-09 13:07:13 +0900 (Mon, 09 Jul 2018)

  New Revision: 002e3cc744037f6a51408967e358695ac7215f30
  https://github.com/mroonga/mroonga/commit/002e3cc744037f6a51408967e358695ac7215f30

  Message:
    Fix a typo

  Modified files:
    mrn_mysql_compat.h

  Modified: mrn_mysql_compat.h (+1 -1)
===================================================================
--- mrn_mysql_compat.h    2018-07-09 12:51:55 +0900 (d0eb3497)
+++ mrn_mysql_compat.h    2018-07-09 13:07:13 +0900 (3efc1d04)
@@ -653,7 +653,7 @@
 #  define MRN_KEY_SPEC_LIST_EACH_BEGIN(spec_list, spec) do {        \
     for (size_t spec_i; spec_i < spec_list.size(); ++spec_i) {      \
       const mrn_key_spec *spec = spec_list[spec_i];
-#  define MRN_KEY_SEPC_LIST_EACH_END()          \
+#  define MRN_KEY_SPEC_LIST_EACH_END()          \
     }                                           \
   } while (false)
 #else
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-mysql-commit/attachments/20180709/3f513572/attachment.htm 



More information about the Groonga-mysql-commit mailing list
Back to archive index