summaryrefslogtreecommitdiff
path: root/src/d/actor/d_a_e_gb.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/d/actor/d_a_e_gb.cpp')
-rw-r--r--src/d/actor/d_a_e_gb.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_e_gb.cpp b/src/d/actor/d_a_e_gb.cpp
index 4c1b659b88..c57759a204 100644
--- a/src/d/actor/d_a_e_gb.cpp
+++ b/src/d/actor/d_a_e_gb.cpp
@@ -1591,7 +1591,7 @@ static cPhs__Step daE_GB_Create(fopAc_ac_c* a_this) {
u8 swBit = fopAcM_GetParam(a_this) >> 16;
if (swBit != 0xFF) {
if (dComIfGs_isSwitch(swBit, fopAcM_GetRoomNo(a_this))) {
- OS_REPORT("E_gb やられ後なので再セットしません\n")
+ OS_REPORT("E_gb やられ後なので再セットしません\n");
return cPhs_ERROR_e;
}
}