diff --git a/library/xml b/library/xml index 83d4183a4..421c5ef8a 160000 --- a/library/xml +++ b/library/xml @@ -1 +1 @@ -Subproject commit 83d4183a4c15fd3f37b53c7f911f4bfb75f21ee2 +Subproject commit 421c5ef8aedf0644d099ff1b779ac6fdf0624478 diff --git a/plugins/remotefortressreader/remotefortressreader.cpp b/plugins/remotefortressreader/remotefortressreader.cpp index 22b836bb7..c64238a14 100644 --- a/plugins/remotefortressreader/remotefortressreader.cpp +++ b/plugins/remotefortressreader/remotefortressreader.cpp @@ -273,7 +273,7 @@ DFhackCExport command_result plugin_init(color_ostream &out, std::vector set_pos_y(plant->pos.y); out_plant->set_pos_z(plant->pos.z); } -} + } #endif return CR_OK; } @@ -1890,7 +1890,7 @@ static command_result GetWorldMap(color_ostream &stream, const EmptyMessage *in, } else out->add_water_elevation(99); -} + } DFCoord pos = GetMapCenter(); out->set_center_x(pos.x); out->set_center_y(pos.y);