From ccdb912dc786795a791c208a7517f01bafcac430 Mon Sep 17 00:00:00 2001 From: greggameplayer <33609333+greggameplayer@users.noreply.github.com> Date: Wed, 18 Jul 2018 01:23:06 +0200 Subject: [PATCH] add comment --- Ryujinx.HLE/OsHle/Services/Ssl/ISslContext.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Ryujinx.HLE/OsHle/Services/Ssl/ISslContext.cs b/Ryujinx.HLE/OsHle/Services/Ssl/ISslContext.cs index 7d837bdd1..8947275ad 100644 --- a/Ryujinx.HLE/OsHle/Services/Ssl/ISslContext.cs +++ b/Ryujinx.HLE/OsHle/Services/Ssl/ISslContext.cs @@ -14,8 +14,8 @@ namespace Ryujinx.HLE.OsHle.Services.Ssl { m_Commands = new Dictionary() { - + //... }; } } -} \ No newline at end of file +}