mirror of
https://github.com/switchbrew/switch-examples.git
synced 2025-07-01 17:22:15 +02:00
remove newline
This commit is contained in:
parent
1a372536dc
commit
39d0436880
@ -32,7 +32,6 @@ int main(int argc, char* argv[])
|
|||||||
// Set the initial URL that the applet will navigate too.
|
// Set the initial URL that the applet will navigate too.
|
||||||
webWifiCreate(&config, "http://example.org/");
|
webWifiCreate(&config, "http://example.org/");
|
||||||
|
|
||||||
|
|
||||||
printf("Running webWifiShow...\n");
|
printf("Running webWifiShow...\n");
|
||||||
rc = webWifiShow(&config);
|
rc = webWifiShow(&config);
|
||||||
printf("webWifiShow(): 0x%x\n", rc);
|
printf("webWifiShow(): 0x%x\n", rc);
|
||||||
|
Loading…
Reference in New Issue
Block a user