diff options
author | planet36 <planet36@users.noreply.github.com> | 2021-03-05 14:19:49 -0500 |
---|---|---|
committer | drkhsh <me@drkhsh.at> | 2022-12-19 02:44:21 +0100 |
commit | 5daafb44153aad8bf83160226464ff0d45835795 (patch) | |
tree | 305343093c1c7d045f35ac3cfa2f99bb0f2a011b | |
parent | 9c111b590c48ff29d9230e8a5bb056db038a5ef3 (diff) |
config.def.h: Remove stray double quote in comment
Signed-off-by: drkhsh <me@drkhsh.at>
-rw-r--r-- | config.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index 90b57a1..2fc2557 100644 --- 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 |