Skip to content
Snippets Groups Projects
Commit abb63668 authored by Kipp Cannon's avatar Kipp Cannon
Browse files

mdc_ninja.c: fix broken case statement

parent 09f27a00
Branches
No related tags found
No related merge requests found
...@@ -328,6 +328,7 @@ INT4 main( INT4 argc, CHAR *argv[] ) ...@@ -328,6 +328,7 @@ INT4 main( INT4 argc, CHAR *argv[] )
LALoptarg_len = strlen( LALoptarg ) + 1; LALoptarg_len = strlen( LALoptarg ) + 1;
frameType = (CHAR *) calloc( LALoptarg_len, sizeof(CHAR)); frameType = (CHAR *) calloc( LALoptarg_len, sizeof(CHAR));
memcpy( frameType, LALoptarg, LALoptarg_len ); memcpy( frameType, LALoptarg, LALoptarg_len );
break;
case 'n': case 'n':
/* create storage for the injection set name */ /* create storage for the injection set name */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment