Ignore:
Timestamp:
Oct 15, 2014, 7:26:57 PM (11 years ago)
Author:
dmik
Message:

icedtea-web: Fix misplaced #else.

File:
1 edited

Legend:

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

    r436 r438  
    12101210          if (debug_pipe[0] != -1){
    12111211            PLUGIN_DEBUG("plugin_debug_to_console: true, pipe %d\n", debug_pipe[0]);
    1212           }
    12131212#else
    12141213          if (debug_pipe_name){
    12151214            PLUGIN_DEBUG("plugin_debug_to_console: true, pipe %s\n", debug_pipe_name);
     1215#endif
    12161216          } else {
    12171217            PLUGIN_DEBUG("plugin_debug_to_console: true, pipe not yet known or broken\n");
    12181218          }
    1219 #endif
    12201219        } else {
    12211220          PLUGIN_DEBUG("plugin_debug_to_console: false\n");
Note: See TracChangeset for help on using the changeset viewer.