X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=examples%2Ftimer.c;h=6628b21de9073a6d402123661613a52982c44b2a;hb=1092ce218c514e5ccb18450ac5af501d96d6e3e9;hp=13ec06f02c44453b991329e49b97f052b47d204f;hpb=b28a31ca0290627c531b9df0d48ec0239078d2d4;p=oweals%2Fu-boot.git diff --git a/examples/timer.c b/examples/timer.c index 13ec06f02c..6628b21de9 100644 --- a/examples/timer.c +++ b/examples/timer.c @@ -253,7 +253,7 @@ int timer (int argc, char *argv[]) ); #endif } else { - printf ("\nEnter: q - quit, b - start timer, e - stop timer, ? - get status\n"); + printf ("\nEnter: q - quit, b - start timer, e - stop timer, ? - get status\n"); } printf (usage); }