mirror of
https://github.com/switchbrew/libnx.git
synced 2025-07-05 10:52:15 +02:00
web_wifi: remove newline
This commit is contained in:
parent
3b2c14d227
commit
4d84e7be5b
@ -16,7 +16,6 @@ void webWifiCreate(WebWifiConfig* config, const char* url) {
|
|||||||
_webWifiUrlCreate(&config->arg.url2, url);
|
_webWifiUrlCreate(&config->arg.url2, url);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
Result webWifiShow(WebWifiConfig* config) {
|
Result webWifiShow(WebWifiConfig* config) {
|
||||||
Result rc = 0;
|
Result rc = 0;
|
||||||
AppletHolder holder;
|
AppletHolder holder;
|
||||||
|
Loading…
Reference in New Issue
Block a user