pomo

A simple pomodoro timer
Log | Files | Refs | README | LICENSE

commit dd1332e6cb149fc13a4964374848d4d52d4899a3
parent fbbe49e7add3e52ad636ddf64530e3a5bc6ad7c8
Author: NunoSempere <nuno.sempere@protonmail.com>
Date:   Mon, 21 Aug 2023 11:12:50 +0200

remove unnecessary comment.

Diffstat:
Mpomo.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/pomo.c b/pomo.c @@ -12,7 +12,6 @@ typedef struct { } Timers; static Timers timers[] = { - /* timer(s) comment */ { 1500, "Time to start working!" }, { 300, "Time to start resting!" }, { 1500, "Time to start working!" },