Skip to content
This repository has been archived by the owner on Aug 31, 2024. It is now read-only.

Commit

Permalink
Fix linter errors
Browse files Browse the repository at this point in the history
  • Loading branch information
citronalco committed Sep 25, 2023
1 parent 72078ff commit d7ea5fc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/dialogs.c
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ struct UIItem diaNetConfig[] = {

//START of OPL_DB tweaks
// {UI_BREAK},
//END of OPL_DB tweaks

//END of OPL_DB tweaks
// ---- SMB share name ----
{UI_LABEL, 0, 1, 1, -1, -40, 0, {.label = {NULL, _STR_SHARE}}},
{UI_SPACER},
Expand Down Expand Up @@ -277,6 +277,7 @@ struct UIItem diaConfig[] = {
//START of OPL_DB tweaks
// {UI_BREAK},
//END of OPL_DB tweaks

// buttons
{UI_OK, 0, 1, 1, -1, 0, 0, {.label = {NULL, _STR_OK}}},
{UI_BREAK},
Expand Down Expand Up @@ -1085,7 +1086,7 @@ struct UIItem diaControllerConfig[] = {
//START of OPL_DB tweaks
// {UI_BREAK},
{UI_SPLITTER},
//END of OPL_DB tweaks
//END of OPL_DB tweaks
#ifdef PADEMU
{UI_BREAK},
{UI_BUTTON, PADEMU_GLOBAL_BUTTON, 1, 1, -1, 0, 0, {.label = {NULL, _STR_PADEMUCONFIG}}},
Expand Down

0 comments on commit d7ea5fc

Please sign in to comment.