List of MOD file types (from MOD source)

This commit is contained in:
Robin Davies
2024-10-10 04:38:32 -04:00
parent 6116778188
commit 45d0f7ac8e
4 changed files with 141 additions and 116 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ static int ToOsSignalType(SignalHandler::SignalType signalType)
case SignalHandler::Hangup: result = SIGHUP; break;
default:
throw std::runtime_error("INvalid signal type");
throw std::runtime_error("Invalid signal type");
}
return result;
}