diff options
author | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-08-28 13:29:42 -0400 |
---|---|---|
committer | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-08-28 13:29:42 -0400 |
commit | 288a506c0579ce69147ebbc7b84d513c63dce783 (patch) | |
tree | 0fcf44e185cb19474d99456b32587403542dbd4a /error_utils.c | |
parent | 20cda0b9312dd5b8eec72373e17ff47fff7987b3 (diff) |
astyle fixes
Diffstat (limited to 'error_utils.c')
-rw-r--r-- | error_utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/error_utils.c b/error_utils.c index a0c694d..ec713cd 100644 --- a/error_utils.c +++ b/error_utils.c @@ -500,7 +500,7 @@ void get_error_text(gchar **response, int error_num) case ThisShouldntHappen: format_error_text(response,-200,"Invalid execution path. Programming error."); - break; + break; default: format_error_text(response,-200,"Specific problem unknown."); |