Skip to content

Commit

Permalink
Update qucs.cpp
Browse files Browse the repository at this point in the history
Fixed typo
  • Loading branch information
ThomasZecha authored Jan 7, 2025
1 parent 187f2a7 commit efb112d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qucs/qucs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3508,7 +3508,7 @@ void QucsApp::slotSaveCdlNetlist()
Schematic* schematic = dynamic_cast<Schematic*>(DocumentTab->currentWidget());
Q_ASSERT(schematic != nullptr);

#ifdef NETLIST_CDL_TO_CONSOLEa // for fast testing purposes
#ifdef NETLIST_CDL_TO_CONSOLE // for fast testing purposes
QString netlistString;
{
QTextStream netlistStream(&netlistString);
Expand Down

0 comments on commit efb112d

Please sign in to comment.