Skip to content

Commit

Permalink
Merge pull request #15 from noahrav/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
noahrav authored May 13, 2024
2 parents 7dc0db4 + 7779bb1 commit bedf916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/changelog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ namespace data {
std::string s = status_string(status_) + " Tileset[" + id_string(id_) + "] - " + name_;

if (!chipset_name_.empty() && status_ == ADDED) {
s += " (chipset: " + chipset_name_ + ")";
s += " (" + chipset_name_ + ")";
}

if (!notes_.empty()) {
Expand Down

0 comments on commit bedf916

Please sign in to comment.