~ubuntu-branches/ubuntu/jaunty/nspr/jaunty-security

« back to all changes in this revision

Viewing changes to mozilla/nsprpub/pr/tests/lltest.c

  • Committer: Bazaar Package Importer
  • Author(s): Chris Coulson
  • Date: 2010-05-18 12:29:43 UTC
  • mto: This revision was merged to the branch mainline in revision 16.
  • Revision ID: james.westby@ubuntu.com-20100518122943-y1nr2oy8jrw1fg04
Tags: upstream-4.8
ImportĀ upstreamĀ versionĀ 4.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
828
828
    return(0);
829
829
}    
830
830
 
831
 
PRIntn main( int argc, char **argv )
 
831
int main(int argc, char **argv)
832
832
{
833
833
    PR_STDIO_INIT();
834
834
    output = PR_GetSpecialFD(PR_StandardError);