diff options
author | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-10-31 13:58:42 -0400 |
---|---|---|
committer | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-10-31 13:58:42 -0400 |
commit | 6cd0a7b014451b074ac2f0ef827e482277309920 (patch) | |
tree | efc3030f942a8a427949a5db81aa4427257624d0 /parser.c | |
parent | 754eb84c5c7e10c9b6c4060e230300b090a95bee (diff) |
astyle fixes
Diffstat (limited to 'parser.c')
-rw-r--r-- | parser.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2212,7 +2212,7 @@ static int Go_trig_source46(gchar** response, int channel, char *parameter,char } else { return SyntaxError; } - return OK; + return OK; break; case query_simple: |