src/properties.c

changeset 1120
608bdcc8f9ad
parent 1118
9fa87f9882ba
equal deleted inserted replaced
1119:ff4d7e76f85a 1120:608bdcc8f9ad
224 return CX_PROPERTIES_NO_ERROR; 224 return CX_PROPERTIES_NO_ERROR;
225 } else { 225 } else {
226 return CX_PROPERTIES_INVALID_EMPTY_KEY; 226 return CX_PROPERTIES_INVALID_EMPTY_KEY;
227 } 227 }
228 } 228 }
229 // unreachable - either we returned or skipped a blank line
230 assert(false);
231 } 229 }
232 230
233 // when we come to this point, all data must have been read 231 // when we come to this point, all data must have been read
234 assert(cxBufferEof(&prop->buffer)); 232 assert(cxBufferEof(&prop->buffer));
235 assert(cxBufferEof(&prop->input)); 233 assert(cxBufferEof(&prop->input));

mercurial