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)); |