URI:
       The Main file - tty-clock - port of tty-clock to OpenBSD, with pledge/unveil added as goodie.
  HTML git clone https://git.drkhsh.at/tty-clock.git
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 9a9c88da9e4839c9d3238be34f65e23ce92edc51
   DIR parent b860d46eb4cc2c56f022deb6bc2f71f78a531df5
  HTML Author: martin <xorg62@gmail.com>
       Date:   Mon,  9 Jun 2008 03:34:21 +0200
       
       The Main file
       
       Diffstat:
         M clock.c                             |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/clock.c b/clock.c
       @@ -125,7 +125,7 @@ print_number(int num, int x, int y) {
        /* ARRANGE FINAL POSITION OF NUMBER */
        /* ******************************** */
        
       -void 
       +void  
        arrange_clock(int h1, int h2, 
                      int m1, int m2, 
                      int s1, int s2) {