graphics

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 73c37a4cb0a9314ab198c773a0e370d67fc418b5
parent 86ffc8f811719802ee3a6894e77c4dd5d1c008a4
Author: Brian Swetland <swetland@frotz.net>
Date:   Sun,  1 Sep 2013 23:34:18 -0700

texturefont: return success correctly from init()

Diffstat:
Mcommon/texturefont.cc | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/common/texturefont.cc b/common/texturefont.cc @@ -89,6 +89,8 @@ fail: free(header); header = NULL; } + + return 0; } void TextureFont::clear(void) {