From 694a8cf3ecedc4c7c0e20950658a8bd14f1a6b5e Mon Sep 17 00:00:00 2001 From: axial Date: Mon, 30 Oct 2006 04:45:39 +0000 Subject: [PATCH] ;0 git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@440 52acb1d6-8a22-11de-b505-999d5b087335 --- applications/Decoder/Decoder.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/Decoder/Decoder.cs b/applications/Decoder/Decoder.cs index d16eb8ef..f89c78af 100644 --- a/applications/Decoder/Decoder.cs +++ b/applications/Decoder/Decoder.cs @@ -237,7 +237,7 @@ class Decoder { + " " + (header.Reliable ? "Rel" : " ") + " " - + (header.ZeroCoded ? "Zer" : " ") + + (header.Zerocoded ? "Zer" : " ") + "]" ; }