summaryrefslogtreecommitdiff
path: root/instance.c
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2014-10-15 15:23:22 +0200
committerUwe Hermann <uwe@hermann-uwe.de>2014-10-15 15:23:22 +0200
commitbd6594c0cdae0a525e147c6e33e496ff87823d16 (patch)
treec4ee28ad86eaefab244bc5157c9f3b32937b0bb0 /instance.c
parentee7de90f6e61d15e4aeb40ccbe1a6d007b1fc9a1 (diff)
downloadlibsigrokdecode-bd6594c0cdae0a525e147c6e33e496ff87823d16.tar.gz
libsigrokdecode-bd6594c0cdae0a525e147c6e33e496ff87823d16.zip
instance.c: Fix whitespace.
Diffstat (limited to 'instance.c')
-rw-r--r--instance.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/instance.c b/instance.c
index 6df6e10..d0e9d0a 100644
--- a/instance.c
+++ b/instance.c
@@ -115,7 +115,7 @@ SRD_API int srd_inst_option_set(struct srd_decoder_inst *di,
if ((value = g_hash_table_lookup(options, sdo->id))) {
/* A value was supplied for this option. */
if (!g_variant_type_equal(g_variant_get_type(value),
- g_variant_get_type(sdo-> def))) {
+ g_variant_get_type(sdo->def))) {
srd_err("Option '%s' should have the same type "
"as the default value.", sdo->id);
goto err_out;