Skip to content

Commit

Permalink
Fix compile error
Browse files Browse the repository at this point in the history
Signed-off-by: Geoff Hutchison <[email protected]>
  • Loading branch information
ghutchis committed Oct 23, 2023
1 parent ee89187 commit 35171f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion avogadro/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -855,7 +855,7 @@ bool MainWindow::addScript(const QString& filePath)
typePath = "charges";
break;
case 5:
typePath = "energy"
typePath = "energy";
break;
default:
typePath = "other";
Expand Down

0 comments on commit 35171f1

Please sign in to comment.