Merge pull request #6 from CyB3RC0nN0R/Stausssi-patch-1

Update README.md
This commit is contained in:
Kai S. K. Engelbart 2020-01-16 08:18:05 +01:00 committed by GitHub
commit 48938244dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ struct MenuPage pages[] = {
* 6. Argument: Style des Menüs: Standardmäßig wird DEFAULT, MODERN, SOLID und NO_BORDER unterstützt
*/
};
page(pages, sizeof(pages) / sizeof(struct MenuPage), true);
show_menu(pages, sizeof(pages) / sizeof(struct MenuPage), true);
/*
* 1. Argument: Vorher angelegtes struct; Enthält alle Seiten des Menüs