Skip to content

Commit c296219

Browse files
committed
sea cookie
1 parent afc0bcd commit c296219

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mysql.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ int lockcheck(std::string filename){
6262
changestatement->executeUpdate();
6363
return 0;
6464
}
65-
void process(sql::PreparedStatement *readdatament, std::vector<std::string> s, sql::Connection *con)
65+
void process(sql::PreparedStatement *readDatament, std::vector<std::string> s, sql::Connection *con)
6666
{
6767
for (int i = 0; i < 2; i++)
6868
{

0 commit comments

Comments
 (0)