Skip to content

Commit 3d7b56d

Browse files
committed
repair function signatures
1 parent dba26ad commit 3d7b56d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mysql/mysql.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ int mysql_backend__exists(git_odb_backend *_backend, const git_oid *oid)
235235
return found;
236236
}
237237

238-
int mysql_backend__write(git_oid *oid, git_odb_backend *_backend, const void *data, size_t len, git_otype type)
238+
int mysql_backend__write(git_odb_backend *_backend, const git_oid *oid, const void *data, size_t len, git_otype type)
239239
{
240240
int error;
241241
mysql_backend *backend;

0 commit comments

Comments
 (0)