--- gigedit/trunk/src/gigedit/CombineInstrumentsDialog.cpp 2020/04/01 17:43:49 3762 +++ gigedit/trunk/src/gigedit/CombineInstrumentsDialog.cpp 2020/05/29 21:37:07 3779 @@ -1135,7 +1135,7 @@ Glib::ustring name = row[m_orderColumns.m_col_name]; gig::Instrument* instrument = row[m_orderColumns.m_col_instr]; #if DEBUG_COMBINE_INSTRUMENTS - printf("Selection %d. '%s' %p\n\n", (i+1), name.c_str(), instrument)); + printf("Selection %d. '%s' %p\n\n", (i+1), name.c_str(), instrument); #endif instruments.push_back(instrument); }