equal
deleted
inserted
replaced
262 RESOURCE TBUF r_usb_msmm_error_out_of_memory { |
262 RESOURCE TBUF r_usb_msmm_error_out_of_memory { |
263 buf = qtn_memlo_not_enough_memory; } |
263 buf = qtn_memlo_not_enough_memory; } |
264 |
264 |
265 RESOURCE TBUF r_usb_error_memory_not_enough { |
265 RESOURCE TBUF r_usb_error_memory_not_enough { |
266 buf = qtn_usb_error_memory_not_enough; } |
266 buf = qtn_usb_error_memory_not_enough; } |
|
267 |
|
268 RESOURCE TBUF r_usb_error_disk_full { |
|
269 buf = qtn_usb_error_disk_full; } |
267 |
270 |
268 // End of File |
271 // End of File |