fix compilation issue

This commit is contained in:
Jehan Monnier 2011-06-15 13:34:04 +02:00
parent d60ebd8c6b
commit e545c63832

View file

@ -32,6 +32,7 @@ const char* sal_transport_to_string(SalTransport transport) {
case SalTransportDTLS:return "DTLS";
default: {
ms_fatal("Unexpected transport [%i]",transport);
return NULL;
}
}