From cd7e2893b3f50955cc85f76d10ce76dc7a45030a Mon Sep 17 00:00:00 2001 From: Jim Radford Date: Tue, 12 May 2009 12:04:46 +0000 Subject: [PATCH] LIBOMV-539 oops typo git-svn-id: http://libopenmetaverse.googlecode.com/svn/libopenmetaverse/trunk@2749 52acb1d6-8a22-11de-b505-999d5b087335 --- .../TestClient/Commands/Inventory/UploadScriptCommand.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Programs/examples/TestClient/Commands/Inventory/UploadScriptCommand.cs b/Programs/examples/TestClient/Commands/Inventory/UploadScriptCommand.cs index 771cef94..7b6f336f 100644 --- a/Programs/examples/TestClient/Commands/Inventory/UploadScriptCommand.cs +++ b/Programs/examples/TestClient/Commands/Inventory/UploadScriptCommand.cs @@ -1,4 +1,4 @@ -?using System; +using System; using System.IO; namespace OpenMetaverse.TestClient