From ed70ef6407475573c9907e2ec154390e3850e1e0 Mon Sep 17 00:00:00 2001 From: lbsa71 Date: Wed, 8 Apr 2009 20:10:43 +0000 Subject: * butterfingers --- OpenSim/Framework/AssetBase.cs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'OpenSim/Framework') diff --git a/OpenSim/Framework/AssetBase.cs b/OpenSim/Framework/AssetBase.cs index 03b6ea8..8e7e059 100644 --- a/OpenSim/Framework/AssetBase.cs +++ b/OpenSim/Framework/AssetBase.cs @@ -62,12 +62,12 @@ namespace OpenSim.Framework { get { - return - Type == (sbyte) AssetType.Animation || - Type == (sbyte) AssetType.Gesture || - Type == (sbyte) AssetType.ImageJPEG || - Type == (sbyte) AssetType.ImageTGA || - Type == (sbyte) AssetType.LSLBytecode ||; + return + (Type == (sbyte) AssetType.Animation || + Type == (sbyte) AssetType.Gesture || + Type == (sbyte) AssetType.ImageJPEG || + Type == (sbyte) AssetType.ImageTGA || + Type == (sbyte) AssetType.LSLBytecode); } } -- cgit v1.1