Ignore:
Timestamp:
May 24, 2012, 1:31:45 PM (13 years ago)
Author:
dmik
Message:

icedtea-web: Fix small r369 typo.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/icedtea-web/plugin/icedteanp/IcedTeaNPPlugin.cc

    r369 r370  
    545545#ifdef __OS2__
    546546  // close child ends of the pipes (not needed)
    547   CLOSE_FD (in_pipe[1]);
    548   CLOSE_FD (out_pipe[1]);
     547  CLOSE_FD (in_pipe [1]);
     548  CLOSE_FD (out_pipe [1]);
    549549#endif
    550550
     
    641641 cleanup_out_pipe:
    642642  CLOSE_FD (out_pipe [0]);
    643   CLOSE_FD (out_pipe[1]);
     643  CLOSE_FD (out_pipe [1]);
    644644#else
    645645  // Delete output pipe.
     
    656656#ifdef __OS2__
    657657 cleanup_in_pipe:
    658   CLOSE_FD (in_pipe[0]);
    659   CLOSE_FD (out_pipe[1]);
     658  CLOSE_FD (in_pipe [0]);
     659  CLOSE_FD (in_pipe [1]);
    660660#else
    661661  // Delete input pipe.
Note: See TracChangeset for help on using the changeset viewer.