Compiler warning fix. No functional change.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37271 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -56,7 +56,7 @@
|
||||
|
||||
static struct
|
||||
{
|
||||
char *label;
|
||||
const char * label;
|
||||
float width;
|
||||
float height;
|
||||
} pageFormat[] =
|
||||
@@ -79,7 +79,7 @@ static struct
|
||||
|
||||
static struct
|
||||
{
|
||||
char *label;
|
||||
const char * label;
|
||||
int32 orientation;
|
||||
} orientation[] =
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user