SCP: Add missing new entry in the scp_errors array

This commit is contained in:
Mark Pizzolato 2020-04-04 09:13:22 -07:00
parent eb242da79e
commit d0de8b807f

1
scp.c
View file

@ -805,6 +805,7 @@ const struct scp_error {
{"SIGTERM", "SIGTERM received"}, {"SIGTERM", "SIGTERM received"},
{"FSSIZE", "File System size larger than disk size"}, {"FSSIZE", "File System size larger than disk size"},
{"RUNTIME", "Run time limit exhausted"}, {"RUNTIME", "Run time limit exhausted"},
{"INCOMPVHD", "Incompatible VHD Container"},
}; };
const size_t size_map[] = { sizeof (int8), const size_t size_map[] = { sizeof (int8),