From 15fec2c28d56943b29a14ad6bc1a4e32cbf91e6a Mon Sep 17 00:00:00 2001 From: Daniele Forsi Date: Tue, 9 Jul 2024 11:35:15 +0200 Subject: [PATCH] Fix comment after #endif --- sdrgui/gui/devicesetselectiondialog.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdrgui/gui/devicesetselectiondialog.h b/sdrgui/gui/devicesetselectiondialog.h index 5ca86d68d..e3219d113 100644 --- a/sdrgui/gui/devicesetselectiondialog.h +++ b/sdrgui/gui/devicesetselectiondialog.h @@ -73,4 +73,4 @@ private slots: void accept(); }; -#endif // SDRGUI_GUI_WORKSPACESELECTIONDIALOG_H_ +#endif // SDRGUI_GUI_DEVICESETSELECTIONDIALOG_H_