Index: display_wc_ger3.c
===================================================================
--- display_wc_ger3.c	(revision 299)
+++ display_wc_ger3.c	(working copy)
@@ -124,7 +124,7 @@
     leds |= (1L << DWP_clock);
   }else{
     leds |= ((DisplayState)(s_minData[g_displayParams->mode][minutes-1])) << DWP_MIN_FIRST;
-    if( minutes > s_hourIncrement[g_displayParams->mode] ){
+    if( minutes >= s_hourIncrement[g_displayParams->mode] ){
       ++hour;
     }
   }
