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 97e976ef450..78b07aa601b 100644 --- a/src/puresize.h +++ b/src/puresize.h | |||
| @@ -29,9 +29,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 29 | 29 | ||
| 30 | #ifndef PURESIZE | 30 | #ifndef PURESIZE |
| 31 | #ifdef MULTI_FRAME | 31 | #ifdef MULTI_FRAME |
| 32 | #define PURESIZE 200000 | 32 | #define PURESIZE 205000 |
| 33 | #else | 33 | #else |
| 34 | #define PURESIZE 185000 | 34 | #define PURESIZE 190000 |
| 35 | #endif | 35 | #endif |
| 36 | #endif | 36 | #endif |
| 37 | 37 | ||