1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2025-01-27 15:25:24 -05:00

Indent combi.c

This commit is contained in:
QC 2015-03-30 20:13:47 +02:00
parent 9ff5a615e9
commit 42ae0a5871

View file

@ -102,7 +102,7 @@ static void combi_mode_destroy ( Switcher *sw )
g_free ( pd->cmd_list ); g_free ( pd->cmd_list );
g_free ( pd->starts ); g_free ( pd->starts );
g_free ( pd->lengths ); g_free ( pd->lengths );
g_free(pd->switchers); g_free ( pd->switchers );
g_free ( pd ); g_free ( pd );
sw->private_data = NULL; sw->private_data = NULL;
} }