Skip to content

Commit

Permalink
dump.html fix
Browse files Browse the repository at this point in the history
  • Loading branch information
abratchik committed Dec 4, 2022
1 parent 563ecc8 commit beab0bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app_component.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class CLAppComponent {
int savePrefs(){return OS_SUCCESS;};

void dumpPrefs();
void removePrefs();
int removePrefs();

char * getPrefsFileName(bool forsave = false);

Expand Down

0 comments on commit beab0bb

Please sign in to comment.