Changeset 2151:f88ccc494cc4 for buffy.c

Show
Ignore:
Timestamp:
2000-10-11 03:21:57 (8 years ago)
Author:
Thomas Roessler <roessler@…>
Branch:
HEAD
Message:

Compilation fix from Emil Sit <sit@…>.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • buffy.c

    r2150 r2151  
    305305        ) ? mutt_strcmp (tmp->path, Context->path) : 
    306306#endif 
    307         (sb.st_dev != contex_sb.st_dev || sb.st_ino != contex_sb.st_ino))) 
     307         (sb.st_dev != contex_sb.st_dev || sb.st_ino != contex_sb.st_ino) 
     308#if defined USE_IMAP || defined USE_POP   
     309            ) 
     310#endif 
     311        ) 
     312         
    308313    { 
    309314      switch (tmp->magic)