diff options
author | Anselm R. Garbe <garbeam@gmail.com> | 2007-08-03 19:29:58 +0200 |
---|---|---|
committer | Anselm R. Garbe <garbeam@gmail.com> | 2007-08-03 19:29:58 +0200 |
commit | 846128a498759bfcbf363fc014e50c1bf48bdf0c (patch) | |
tree | 288215ff18226f9f52244cefec726caa0cbafe40 /layout.c | |
parent | e461e60997f83d69561ad0ca4754c299145c00b8 (diff) | |
download | dwm-846128a498759bfcbf363fc014e50c1bf48bdf0c.tar.gz |
removed a C++ style comment
Diffstat (limited to 'layout.c')
-rw-r--r-- | layout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layout.c b/layout.c index eeeb628..5bd0d57 100644 --- 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) |