Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 351672 | Differences between
and this patch

Collapse All | Expand All

(-)xrick-021212/src/sysjoy.c (+1 lines)
Lines 56-61 Link Here
56
{
56
{
57
  if (j)
57
  if (j)
58
    SDL_JoystickClose(j);
58
    SDL_JoystickClose(j);
59
  j = NULL;
59
}
60
}
60
61
61
#endif /* ENABLE_JOYSTICK */
62
#endif /* ENABLE_JOYSTICK */
(-)xrick-021212/src/xrick.c (-1 / +1 lines)
Lines 29-35 Link Here
29
		data_setpath("/usr/games/lib/xrick/data.zip");
29
		data_setpath("/usr/games/lib/xrick/data.zip");
30
	game_run();
30
	game_run();
31
	data_closepath();
31
	data_closepath();
32
	sys_shutdown();
32
    /* sys_shutdown is called via atexit */
33
	return 0;
33
	return 0;
34
}
34
}
35
35

Return to bug 351672