diff options
| author | mzuther <mzuther@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2010-11-28 16:07:16 +0000 |
|---|---|---|
| committer | mzuther <mzuther@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2010-11-28 16:07:16 +0000 |
| commit | 475fdb43971a24c01db6d8bf5cb4351eb6b76cfe (patch) | |
| tree | 6a668a8f856c1ae9660f7f6b1846c52cb045ba68 /plugin_gps.c | |
| parent | 00db296b07befe1b511af73b00303c536cea0c6c (diff) | |
| download | lcd4linux-475fdb43971a24c01db6d8bf5cb4351eb6b76cfe.tar.gz | |
commented, corrected and beautified both timer and timer group code
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1136 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'plugin_gps.c')
| -rw-r--r-- | plugin_gps.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin_gps.c b/plugin_gps.c index 01ecf7d..219c6e3 100644 --- a/plugin_gps.c +++ b/plugin_gps.c @@ -572,7 +572,7 @@ static void parse(RESULT * result, RESULT * theOptions, RESULT * displayOptions) status = nmeap_parseBuffer(&nmea, (const char *) &bufferTmp, &rem); //parse it if (status == -1) { errCounter++; - error("parser error occured! (cnt: %i)\n", errCounter); + error("parser error occurred! (cnt: %i)\n", errCounter); } else if (status == 0) { incomplCounter++; } else if (status > 0) |
