Fix extra comma in AboutDialog for Arc Welder

This commit is contained in:
Joseph Lenox 2021-04-02 21:54:44 -05:00
parent d61be708de
commit ac50bb55de

View File

@ -122,7 +122,7 @@ void CopyrightsDialog::fill_entries()
{ "lib_fts"
, "Forrest Smith" , "https://www.forrestthewoods.com/" },
{ "Arc Welder"
, "Brad Hochgesang", , "https://github.com/FormerLurker/ArcWelderLib/" }
, "Brad Hochgesang" , "https://github.com/FormerLurker/ArcWelderLib/" }
};
}