URI: 
       removed a C++ style comment - dwm - dynamic window manager
  HTML git clone https://git.parazyd.org/dwm
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 846128a498759bfcbf363fc014e50c1bf48bdf0c
   DIR parent e461e60997f83d69561ad0ca4754c299145c00b8
  HTML Author: Anselm R. Garbe <garbeam@gmail.com>
       Date:   Fri,  3 Aug 2007 19:29:58 +0200
       
       removed a C++ style comment
       Diffstat:
         M layout.c                            |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/layout.c b/layout.c
       @@ -12,7 +12,7 @@ static double ratio = RATIO;
        static unsigned int nlayouts = 0;
        static unsigned int nmaster = NMASTER;
        
       -static double // simple pow()
       +static double /* simple pow() */
        spow(double x, double y)
        {
                if(y == 0)