From: sin Date: Thu, 26 Nov 2015 16:05:13 +0000 (+0000) Subject: Fix comment X-Git-Tag: v1.0~92^2~28 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=2d87145fa23f582baf9d057a295a007e5c0a873b;p=nnn.git Fix comment --- diff --git a/config.def.h b/config.def.h index beae17d3..4b128468 100644 --- a/config.def.h +++ b/config.def.h @@ -3,7 +3,7 @@ #define CURSR " > " #define EMPTY " " -int mtimeorder = 0; /* Set to 1 to sort by time in the default case */ +int mtimeorder = 0; /* Set to 1 to sort by time modified */ int idletimeout = 0; /* Screensaver timeout in seconds, 0 to disable */ char *idlecmd = "rain"; /* The screensaver program */