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
|
static struct
|
||||||
{
|
{
|
||||||
char *label;
|
const char * label;
|
||||||
float width;
|
float width;
|
||||||
float height;
|
float height;
|
||||||
} pageFormat[] =
|
} pageFormat[] =
|
||||||
@@ -79,7 +79,7 @@ static struct
|
|||||||
|
|
||||||
static struct
|
static struct
|
||||||
{
|
{
|
||||||
char *label;
|
const char * label;
|
||||||
int32 orientation;
|
int32 orientation;
|
||||||
} orientation[] =
|
} orientation[] =
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user