Skip to content

Commit

Permalink
Missing semicolons!
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholst committed Jan 20, 2015
1 parent bd62a53 commit 59f42bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bsglmm/main.cu
Original file line number Diff line number Diff line change
Expand Up @@ -274,9 +274,9 @@ int main (int argc, char * const argv[]) {

}
else {
fprintf(stderr,"WARNING!!!\n")
fprintf(stderr,"WARNING!!! CPU code not tested! Results might not be right!\n")
fprintf(stderr,"WARNING!!!\n")
fprintf(stderr,"WARNING!!!\n");
fprintf(stderr,"WARNING!!! CPU code not tested! Results might not be right!\n");
fprintf(stderr,"WARNING!!!\n");
for (int i=0;i<2;i++) {
INDX[i].hostVox = (int *)calloc(INDX[i].hostN,sizeof(int));
}
Expand Down

0 comments on commit 59f42bb

Please sign in to comment.