xx 1 anno fa
parent
commit
28a45b9f80
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/module/codec.cpp

+ 1 - 1
src/module/codec.cpp

@@ -59,6 +59,6 @@ void module::codec::regist(sol::state* lua)
         "to_gbk", &module::codec::to_gbk,
         "md5", &module::codec::md5,
         "sha1", &module::codec::sha1,
-        "sha256", &module::codec::sha256,
+        "sha256", &module::codec::sha256
     );
 }