This website works better with JavaScript.
Home
Explore
Help
Sign In
Linux
/
dwm
generated from
gmarx/git-template
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
removed a C++ style comment
config
Anselm R. Garbe
17 years ago
parent
e461e60997
commit
846128a498
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
layout.c
+ 1
- 1
layout.c
View File
@ -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
)
Write
Preview
Loading…
Cancel
Save