From 8e6a911700de2875db95d254e5a5771e73ceedd7 Mon Sep 17 00:00:00 2001 From: Darkvater Date: Sun, 18 Sep 2005 20:56:44 +0000 Subject: (svn r2962) - const correctness for all Get* functions and most Draw* functions that don't change their pointer parameters - change a lot of byte player types to PlayerID - beautify header files, same "#endif /* filename */" ending --- screenshot.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'screenshot.h') diff --git a/screenshot.h b/screenshot.h index 68d39f3e6..97f5e73ba 100644 --- a/screenshot.h +++ b/screenshot.h @@ -15,4 +15,4 @@ extern char _screenshot_format_name[8]; extern uint _num_screenshot_formats; extern uint _cur_screenshot_format; -#endif +#endif /* SCREENSHOT_H */ -- cgit v1.2.3-54-g00ecf