Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
laffer1 committed Jan 21, 2024
1 parent b3cbf7f commit adb508c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libmport/db.c
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ mport_upgrade_master_schema(sqlite3 *db, int databaseVersion)
mport_upgrade_master_schema_8to9(db);
mport_upgrade_master_schema_9to10(db);
mport_upgrade_master_schema_10to11(db);
mport_upgrade_master_schema_11to12(db)
mport_upgrade_master_schema_11to12(db);
mport_set_database_version(db);
break;
case 2:
Expand Down

0 comments on commit adb508c

Please sign in to comment.