diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/puresize.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/puresize.h b/src/puresize.h index 388d954ad73..06d2a123230 100644 --- a/src/puresize.h +++ b/src/puresize.h | |||
| @@ -31,9 +31,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 31 | 31 | ||
| 32 | #ifndef BASE_PURESIZE | 32 | #ifndef BASE_PURESIZE |
| 33 | #ifdef MULTI_FRAME | 33 | #ifdef MULTI_FRAME |
| 34 | #define BASE_PURESIZE 255000 | 34 | #define BASE_PURESIZE 260000 |
| 35 | #else | 35 | #else |
| 36 | #define BASE_PURESIZE 208000 | 36 | #define BASE_PURESIZE 215000 |
| 37 | #endif | 37 | #endif |
| 38 | #endif | 38 | #endif |
| 39 | 39 | ||