[libfreefare] push by romain.t...@gmail.com - Style. on 2014-04-13 17:43 GMT

1 view
Skip to first unread message

libfr...@googlecode.com

unread,
Apr 13, 2014, 1:43:34 PM4/13/14
to nfc-tool...@googlegroups.com
Revision: c42dfce78d17
Author: Romain Tartière <rom...@blogreen.org>
Date: Sun Apr 13 17:41:17 2014 UTC
Log: Style.

http://code.google.com/p/libfreefare/source/detail?r=c42dfce78d17

Modified:
/examples/mifare-classic-read-ndef.c
/examples/mifare-classic-write-ndef.c

=======================================
--- /examples/mifare-classic-read-ndef.c Sun Jul 14 19:18:22 2013 UTC
+++ /examples/mifare-classic-read-ndef.c Sun Apr 13 17:41:17 2014 UTC
@@ -87,6 +87,7 @@
case '?':
if (optopt == 'o')
fprintf (stderr, "Option -%c requires an argument.\n", optopt);
+ /* FALLTHROUGH */
default:
usage (argv[0]);
exit (EXIT_FAILURE);
=======================================
--- /examples/mifare-classic-write-ndef.c Sun Jul 14 19:48:30 2013 UTC
+++ /examples/mifare-classic-write-ndef.c Sun Apr 13 17:41:17 2014 UTC
@@ -157,6 +157,7 @@
case '?':
if (optopt == 'i')
fprintf (stderr, "Option -%c requires an argument.\n", optopt);
+ /* FALLTHROUGH */
default:
usage (argv[0]);
exit (EXIT_FAILURE);
Reply all
Reply to author
Forward
0 new messages