From 959712c603a6c40b551e6bc801b14a7540bdc69f Mon Sep 17 00:00:00 2001 From: Lars Op den Kamp Date: Thu, 16 Feb 2012 20:28:08 +0100 Subject: [PATCH] cec-config-gui: fixed typo that saved the incorrect base device setting --- src/cec-config-gui/CecConfigGUI.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cec-config-gui/CecConfigGUI.cs b/src/cec-config-gui/CecConfigGUI.cs index e3b1a06..06e6601 100644 --- a/src/cec-config-gui/CecConfigGUI.cs +++ b/src/cec-config-gui/CecConfigGUI.cs @@ -571,7 +571,7 @@ namespace CecConfigGui StringBuilder output = new StringBuilder(); output.AppendLine(""); output.AppendLine(""); - output.AppendLine(""); + output.AppendLine(""); output.AppendLine(""); output.AppendLine(""); output.AppendLine(""); -- 2.34.1