Skip to content

Commit

Permalink
change printing format
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhenkai Zhu committed Jun 3, 2011
1 parent df2e001 commit 17c8dbe
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/ndndump.c
Expand Up @@ -473,11 +473,12 @@ int dissect_ccn_content(const unsigned char *ccnb, int ccnb_size, char *pbuf, ch

/* TODO: do something */
if (res == 0)
printf("FinalBlockID: Yes\n");
printf("FinalBlockID: Yes");
else
printf("FinalBlockID: No\n");
printf("FinalBlockID: No");
}
/* KeyLocator */
printf("\n");
}


Expand Down

0 comments on commit 17c8dbe

Please sign in to comment.