mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2026-02-15 22:41:30 +00:00
add space for fun
This commit is contained in:
parent
bc7de77181
commit
0a03494e8e
@ -71,7 +71,7 @@ update_quality(Item items[], int size)
|
|||||||
{
|
{
|
||||||
if (strcmp(items[i].name, "Aged Brie"))
|
if (strcmp(items[i].name, "Aged Brie"))
|
||||||
{
|
{
|
||||||
if (strcmp(items[i].name, "Backstage passes to a TAFKAL80ETC concert"))
|
if (strcmp(items[i].name, "Backstage passes to a TAFKAL80ETC concert"))
|
||||||
{
|
{
|
||||||
if (items[i].quality > 0)
|
if (items[i].quality > 0)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user