aboutsummaryrefslogtreecommitdiff
path: root/src/mm-errors.h
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2010-04-24 23:44:35 -0700
committerDan Williams <dcbw@redhat.com>2010-04-24 23:44:35 -0700
commita4c094c340e0c93149a4e9042db4a88f9800467f (patch)
treed4e1d0ff8f64aa7df174868119fda3f0c0c4e761 /src/mm-errors.h
parentb9bb12a01e0fd0251475622cf2adc3ca04ba7bd0 (diff)
core: fix serial error #defines
Should have ERROR in them.
Diffstat (limited to 'src/mm-errors.h')
-rw-r--r--src/mm-errors.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mm-errors.h b/src/mm-errors.h
index 6da2993a..b6891c35 100644
--- a/src/mm-errors.h
+++ b/src/mm-errors.h
@@ -20,10 +20,10 @@
#include <glib-object.h>
enum {
- MM_SERIAL_OPEN_FAILED = 0,
- MM_SERIAL_SEND_FAILED = 1,
- MM_SERIAL_RESPONSE_TIMEOUT = 2,
- MM_SERIAL_OPEN_FAILED_NO_DEVICE = 3,
+ MM_SERIAL_ERROR_OPEN_FAILED = 0,
+ MM_SERIAL_ERROR_SEND_FAILED = 1,
+ MM_SERIAL_ERROR_RESPONSE_TIMEOUT = 2,
+ MM_SERIAL_ERROR_OPEN_FAILED_NO_DEVICE = 3,
MM_SERIAL_ERROR_FLASH_FAILED = 4,
};