Skip to content

Commit

Permalink
Fixed cut-and-pasted comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Feb 10, 2009
1 parent 6534728 commit ddf375e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions preprocess.c
Expand Up @@ -51,7 +51,7 @@ static int preprocess(const char *buf, int len, const char *outfile)
MOJOSHADER_freePreprocessData(pd);

return retval;
} // assemble
} // preprocess


int main(int argc, char **argv)
Expand Down Expand Up @@ -88,5 +88,5 @@ int main(int argc, char **argv)
return retval;
} // main

// end of assemble.c ...
// end of preprocess.c ...

0 comments on commit ddf375e

Please sign in to comment.