# HG changeset patch # User Mychaela Falconia # Date 1477962720 0 # Node ID 2b041d57de1f392d17457a43de6745fbaf57a182 # Parent 4be95181179160f2b28e36a4e149792740827259 target-utils/libcommon/cmd_baud_switch.c: const compiler warning fix diff -r 4be951811791 -r 2b041d57de1f target-utils/libcommon/cmd_baud_switch.c --- a/target-utils/libcommon/cmd_baud_switch.c Tue Nov 01 01:10:33 2016 +0000 +++ b/target-utils/libcommon/cmd_baud_switch.c Tue Nov 01 01:12:00 2016 +0000 @@ -67,7 +67,7 @@ { char *argv[2]; int baudarg; - struct tab *tp; + const struct tab *tp; u8 save_old_baud; int c;