diff options
author | Egor Tensin <egor@tensin.name> | 2024-12-26 12:08:58 +0100 |
---|---|---|
committer | Egor Tensin <egor@tensin.name> | 2024-12-26 12:08:58 +0100 |
commit | 9f40d20e1c97e2c85e26a6a13ccf04e60d9f83f5 (patch) | |
tree | b5a1c96518c96974e53a70e02d4e684efc198bed /src/storage_sqlite.c | |
parent | update DEVELOPMENT.md (diff) | |
download | cimple-9f40d20e1c97e2c85e26a6a13ccf04e60d9f83f5.tar.gz cimple-9f40d20e1c97e2c85e26a6a13ccf04e60d9f83f5.zip |
Diffstat (limited to '')
-rw-r--r-- | src/storage_sqlite.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/storage_sqlite.c b/src/storage_sqlite.c index 6c8a26f..efefaf0 100644 --- a/src/storage_sqlite.c +++ b/src/storage_sqlite.c @@ -410,7 +410,7 @@ int storage_sqlite_run_create(struct storage *storage, const char *repo_url, con } int storage_sqlite_run_finished(struct storage *storage, int run_id, - const struct proc_output *output) + const struct process_output *output) { struct prepared_stmt *stmt = &storage->sqlite->stmt_run_finished; int ret = 0; |