~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/delta.h

  • Committer: Martin
  • Date: 2011-03-20 18:58:43 UTC
  • mto: This revision was merged to the branch mainline in revision 5731.
  • Revision ID: gzlist@googlemail.com-20110320185843-qn8g96slbc33yw9h
Non-code fixes noticed looking at full diff

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
    DELTA_SOURCE_EMPTY,   /* A source_info had no content */
31
31
    DELTA_SOURCE_BAD,     /* A source_info had invalid or corrupt content */
32
32
    DELTA_BUFFER_EMPTY,   /* A buffer pointer and size */
33
 
    DELTA_SIZE_TOO_BIG,   /*  */
 
33
    DELTA_SIZE_TOO_BIG,   /* Delta data is larger than the max requested */
34
34
} delta_result;
35
35
 
36
36