* Set eol-style: native on J2KImage.cs

This commit is contained in:
Teravus Ovares
2009-04-13 23:06:29 +00:00
parent 04846bf919
commit ab83af0341

View File

@@ -305,8 +305,8 @@ namespace OpenSim.Region.ClientStack.LindenUDP
if (m_j2kDecodeModule != null)
{
if (Data == null)
{
J2KDecodedCallback(m_requestedUUID, new OpenJPEG.J2KLayerInfo[0]);
{
J2KDecodedCallback(m_requestedUUID, new OpenJPEG.J2KLayerInfo[0]);
}
// Send it off to the jpeg decoder
m_j2kDecodeModule.decode(m_requestedUUID, Data, J2KDecodedCallback);