From 35171f1cdd476b847be7e11a019db8379dd2889b Mon Sep 17 00:00:00 2001 From: Geoff Hutchison Date: Mon, 23 Oct 2023 15:21:56 -0400 Subject: [PATCH] Fix compile error Signed-off-by: Geoff Hutchison --- avogadro/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/avogadro/mainwindow.cpp b/avogadro/mainwindow.cpp index 09d1e4a2..2339b0b5 100644 --- a/avogadro/mainwindow.cpp +++ b/avogadro/mainwindow.cpp @@ -855,7 +855,7 @@ bool MainWindow::addScript(const QString& filePath) typePath = "charges"; break; case 5: - typePath = "energy" + typePath = "energy"; break; default: typePath = "other";