diff options
author | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-11-09 10:59:44 -0500 |
---|---|---|
committer | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-11-09 10:59:44 -0500 |
commit | 3a706a1d515699369096e56764313c33158f58b7 (patch) | |
tree | bf5f9b39c49d191d3f04eabf949e9fc6c9ad1ff6 /error_utils.c | |
parent | 306a5b7ae06b2106d84a3b3fd663bfac9d6dc9e3 (diff) |
astyle fixes
Diffstat (limited to 'error_utils.c')
-rw-r--r-- | error_utils.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/error_utils.c b/error_utils.c index d1f8283..974da44 100644 --- a/error_utils.c +++ b/error_utils.c @@ -521,8 +521,8 @@ void get_error_text(gchar **response, int error_num) break; case Startup_Not_Finished: - format_error_text(response,-300,"Not ready for commands yet. Still booting up."); - break; + format_error_text(response,-300,"Not ready for commands yet. Still booting up."); + break; default: format_error_text(response,-200,"Specific problem unknown."); |