config.def.h: Remove stray double quote in comment - slstatus - status monitor | |
git clone git://git.suckless.org/slstatus | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit e22d447684d8b42731871de5b732669a822ddd1a | |
parent 173b03417d2a21a646c3d0d3d05ba158f9427139 | |
Author: planet36 <[email protected]> | |
Date: Fri, 5 Mar 2021 14:19:49 -0500 | |
config.def.h: Remove stray double quote in comment | |
Signed-off-by: drkhsh <[email protected]> | |
Diffstat: | |
M config.def.h | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/config.def.h b/config.def.h | |
@@ -24,7 +24,7 @@ static const char unknown_str[] = "n/a"; | |
* datetime date and time format string (%F %T) | |
* disk_free free disk space in GB mountpoint path (/) | |
* disk_perc disk usage in percent mountpoint path (/) | |
- * disk_total total disk space in GB mountpoint path (/") | |
+ * disk_total total disk space in GB mountpoint path (/) | |
* disk_used used disk space in GB mountpoint path (/) | |
* entropy available entropy NULL | |
* gid GID of current user NULL |