summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--decoder.c2
-rw-r--r--type_decoder.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/decoder.c b/decoder.c
index 2fece88..a3a48b7 100644
--- a/decoder.c
+++ b/decoder.c
@@ -298,7 +298,7 @@ static int get_options(struct srd_decoder *d)
py_str = PyDict_GetItemString(py_opt, "id");
if (!py_str) {
- srd_err("Protocol decoder %s option %zd has no id.",
+ srd_err("Protocol decoder %s option %zd has no ID.",
d->name, opt);
goto err_out;
}
diff --git a/type_decoder.c b/type_decoder.c
index 0ac59c9..0d21951 100644
--- a/type_decoder.c
+++ b/type_decoder.c
@@ -798,7 +798,7 @@ static PyObject *Decoder_wait(PyObject *self, PyObject *args)
} else {
PyObject_SetAttrString(di->py_inst, "matched", Py_None);
}
-
+
py_pinvalues = get_current_pinvalues(di);
g_mutex_unlock(&di->data_mutex);