Ignore:
Timestamp:
Jan 29, 2002, 9:13:52 PM (24 years ago)
Author:
sandervl
Message:

callback bugfix (missing break)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/winmm/waveinoutbase.cpp

    r5362 r7792  
    1 /* $Id: waveinoutbase.cpp,v 1.2 2001-03-23 17:43:46 sandervl Exp $ */
     1/* $Id: waveinoutbase.cpp,v 1.3 2002-01-29 20:13:52 sandervl Exp $ */
    22
    33/*
     
    132132            dprintf(("WARNING: no valid selector of main thread available (process exiting); skipping WaveInOut notify"));
    133133        }
     134        break;
    134135    }
    135136
Note: See TracChangeset for help on using the changeset viewer.