From bc03327c0b542c9f00dbde3eff4dc0951bebd31c Mon Sep 17 00:00:00 2001 From: Francesco Bertolaccini Date: Wed, 27 Jan 2016 19:54:18 +0100 Subject: [PATCH] Small correction --- SharpPhysFS/PhysFSStream.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/SharpPhysFS/PhysFSStream.cs b/SharpPhysFS/PhysFSStream.cs index a64451b..b6727e7 100644 --- a/SharpPhysFS/PhysFSStream.cs +++ b/SharpPhysFS/PhysFSStream.cs @@ -1,4 +1,5 @@ -using System;using System.IO; +using System; +using System.IO; namespace PhysFS {