diff options
-rw-r--r-- | src/puresize.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/puresize.h b/src/puresize.h index 2521ac1582d..24d1c50af6e 100644 --- a/src/puresize.h +++ b/src/puresize.h @@ -31,7 +31,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #ifdef HAVE_X_WINDOWS #define PURESIZE 200000 #else -#define PURESIZE 196000 +#define PURESIZE 185000 #endif #endif |