소스 검색

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)