Skip to content

Commit

Permalink
Please coverity
Browse files Browse the repository at this point in the history
  • Loading branch information
jvoisin committed Aug 7, 2020
1 parent aedf561 commit 4c33704
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/snuffleupagus.c
Expand Up @@ -218,12 +218,11 @@ PHP_MINFO_FUNCTION(snuffleupagus) {
case 1:
valid_config = "yes";
break;
case 0:
valid_config = "no";
break;
case -1:
valid_config = "empty";
break;
default:
valid_config = "no";
}
php_info_print_table_start();
php_info_print_table_row(2, "snuffleupagus support", "enabled");
Expand Down

0 comments on commit 4c33704

Please sign in to comment.