aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2017-07-22 09:45:22 +0200
committerMarcel Holtmann <marcel@holtmann.org>2017-07-22 09:45:22 +0200
commitd87560c8a653185caf16f81ac693001056a2c677 (patch)
tree1cd8b7c16e804c9955840417d27d46cbbe4bbccc
parent949795024f7625420e93e288c56e194cb9a3e74a (diff)
downloadneard-d87560c8a653185caf16f81ac693001056a2c677.tar.gz
nfctool: Add missing fall through comment
-rw-r--r--tools/nfctool/ndef-decode.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/nfctool/ndef-decode.c b/tools/nfctool/ndef-decode.c
index 953a622..61d47ec 100644
--- a/tools/nfctool/ndef-decode.c
+++ b/tools/nfctool/ndef-decode.c
@@ -333,6 +333,7 @@ int ndef_print_records(guint8 *data, guint32 data_len)
ndef_printf_msg("Type: %s", mime_string);
break;
}
+ /* fall through */
default:
ndef_printf_msg("Type:");