* Set eol-style: native on J2KImage.cs

0.6.5-rc1
Teravus Ovares 2009-04-13 23:06:29 +00:00
parent 04846bf919
commit ab83af0341
1 changed files with 2 additions and 2 deletions

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);