Fix all the simple compiler warnings.
This commit is contained in:
parent
34621b054a
commit
bfa06be62d
5 changed files with 5 additions and 10 deletions
6
newdb.c
6
newdb.c
|
@ -526,13 +526,11 @@ object_description_s object_descriptions[] = {
|
|||
},
|
||||
{
|
||||
.inventory = "Water in the bottle",
|
||||
.longs = (char* []) {
|
||||
},
|
||||
.longs = NULL,
|
||||
},
|
||||
{
|
||||
.inventory = "Oil in the bottle",
|
||||
.longs = (char* []) {
|
||||
},
|
||||
.longs = NULL,
|
||||
},
|
||||
{
|
||||
.inventory = "*mirror",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue