openbsd-ports/x11/kountdown/patches/patch-kountdown_kdtimer_h

13 lines
457 B
Plaintext
Raw Normal View History

2010-05-22 07:34:22 -04:00
$OpenBSD: patch-kountdown_kdtimer_h,v 1.1 2010/05/22 11:34:22 espie Exp $
--- kountdown/kdtimer.h.orig Sat May 22 13:31:33 2010
+++ kountdown/kdtimer.h Sat May 22 13:31:41 2010
@@ -26,7 +26,7 @@ namespace KD
{
enum TIME { NIL = 0, SECS = 1, MINS = 2, HOURS = 4, DAYS = 8, WEEKS = 16, MONTHS = 32, YEARS = 64, ALL = 127 };
enum ROUND { NONE, UP };
-};
+}
/**
* The struct that is returned when asking for time left, and which contains all the time.