瀏覽代碼

removed a C++ style comment

Anselm R. Garbe 18 年之前
父節點
當前提交
846128a498
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      layout.c

+ 1 - 1
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)