aboutsummaryrefslogtreecommitdiff
path: root/cs-dotnet/src/gatsobject.cs
diff options
context:
space:
mode:
Diffstat (limited to 'cs-dotnet/src/gatsobject.cs')
-rw-r--r--cs-dotnet/src/gatsobject.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/cs-dotnet/src/gatsobject.cs b/cs-dotnet/src/gatsobject.cs
index 57da747..161bd3a 100644
--- a/cs-dotnet/src/gatsobject.cs
+++ b/cs-dotnet/src/gatsobject.cs
@@ -100,9 +100,9 @@ namespace Com.Xagasoft.Gats
100 100
101 default: 101 default:
102 throw new GatsException( GatsException.Type.InvalidType ); 102 throw new GatsException( GatsException.Type.InvalidType );
103 } 103 }
104 104
105 ret.Read( s, type ); 105 ret.Read( s, type );
106 106
107 return ret; 107 return ret;
108 } 108 }