Skip to content

Commit c53781e

Browse files
committed
Removed a comment from the app-playstats example.
1 parent b2e2143 commit c53781e

File tree

1 file changed

+1
-1
lines changed
  • applet/app-playstats/source

1 file changed

+1
-1
lines changed

applet/app-playstats/source/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ int main(int argc, char* argv[])
4040
printf("Press + to exit.\n");
4141

4242
// Main loop
43-
while (appletMainLoop())//This loop will automatically exit when applet requests exit.
43+
while (appletMainLoop())
4444
{
4545
// Scan all the inputs. This should be done once for each frame
4646
hidScanInput();

0 commit comments

Comments
 (0)