diff options
Diffstat (limited to 'src/gpgme-json.c')
-rw-r--r-- | src/gpgme-json.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpgme-json.c b/src/gpgme-json.c index a7e3d5f2..e4ae81d0 100644 --- a/src/gpgme-json.c +++ b/src/gpgme-json.c @@ -3861,7 +3861,7 @@ main (int argc, char *argv[]) { case CMD_INTERACTIVE: opt_interactive = 1; - /* Fall trough. */ + /*FALLTHROUGH*/ case CMD_SINGLE: case CMD_LIBVERSION: cmd = pargs.r_opt; |