Updated copyright year.

This commit is contained in:
Karl Ove Hufthammer 2009-01-02 11:50:10 +00:00
parent 84ba2e62e3
commit 0c16e08d96

View file

@ -7387,7 +7387,7 @@ static void setup(int argc, char *argv[])
printf("%s\n", tmp_str);
#endif
snprintf(tmp_str, sizeof(tmp_str), "© 20022008 Bill Kendrick et al.");
snprintf(tmp_str, sizeof(tmp_str), "© 20022009 Bill Kendrick et al.");
tmp_surf = render_text(medium_font, tmp_str, black);
dest.x = 10;
dest.y = WINDOW_HEIGHT - img_progress->h - (tmp_surf->h * 2);