Skip to content

Commit

Permalink
no effective changes
Browse files Browse the repository at this point in the history
  • Loading branch information
lh3 committed Feb 3, 2013
1 parent 2093398 commit f83dea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ksw.c
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ int ksw_sse2(ksw_query_t *q, int tlen, const uint8_t *target, ksw_aux_t *a)
typedef struct {
int32_t h, e;
} eh_t;
#include <stdio.h>

int ksw_extend(int qlen, const uint8_t *query, int tlen, const uint8_t *target, int m, const int8_t *mat, int gapo, int gape, int w, int h0, const int *qw, int *_qpos, int *_tpos)
{
eh_t *eh;
Expand Down

0 comments on commit f83dea3

Please sign in to comment.