From 4c83151404a13682159c6b93d2c503b9fad82b7a Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sat, 27 Jan 2007 23:50:09 +0000 Subject: [PATCH] Fix typo spotted by clone2727 svn-id: r25236 --- common/util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/util.h b/common/util.h index d7299101f80..49427c79223 100644 --- a/common/util.h +++ b/common/util.h @@ -181,7 +181,7 @@ enum RenderMode { kRenderAmiga = 5 }; -enum HerculesDimesnions { +enum HerculesDimensions { kHercW = 720, kHercH = 350 };