OSDN Git Service

Corrected type for object/tval-types.h in source list. That avoids an error from...
authorEric Branlund <ebranlund@fastmail.com>
Mon, 1 Jun 2020 20:03:14 +0000 (13:03 -0700)
committerHourier <hourier@users.sourceforge.jp>
Tue, 2 Jun 2020 13:23:23 +0000 (22:23 +0900)
src/Makefile.am

index 7830a5e..43750a8 100644 (file)
@@ -309,7 +309,7 @@ hengband_SOURCES = \
        object/object-value.c object/object-value.h \
        object/lite-processor.c object/lite-processor.h \
        object/torch.c object/torch.h \
-       object/tr-types.h object/trc-types.h object/tval-type.h \
+       object/tr-types.h object/trc-types.h object/tval-types.h \
        object/warning.c object/warning.h \
        object/item-apply-magic.h \
        object/object-mark-types.h \