corrected 'subdir' variables. Spotted by Tor Lillqvist.
2008-08-12 Sven Neumann <sven@gimp.org> * po-*/Makefile.in.in: corrected 'subdir' variables. Spotted by Tor Lillqvist. * modules/controller-midi.c: formatting. svn path=/trunk/; revision=26513
This commit is contained in:

committed by
Sven Neumann

parent
e4c953117a
commit
54faa7dbc2
@ -825,7 +825,8 @@ midi_alsa_dispatch (GSource *source,
|
||||
GSourceFunc callback,
|
||||
gpointer user_data)
|
||||
{
|
||||
ControllerMidi *midi = CONTROLLER_MIDI (((GAlsaSource *) source)->controller);
|
||||
ControllerMidi *midi = CONTROLLER_MIDI (((GAlsaSource *) source)->controller);
|
||||
|
||||
snd_seq_event_t *event;
|
||||
snd_seq_client_info_t *client_info;
|
||||
snd_seq_port_info_t *port_info;
|
||||
|
Reference in New Issue
Block a user