G++ warning fix submitted by Brian Grunkemeyer.

This commit is contained in:
scullin 1998-05-07 20:48:35 +00:00
parent d2cd5fd1cf
commit 2e23fa1ab5
3 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@
#include <stdio.h>
#include "nsID.h"
const static char gIDFormat[] =
static const char gIDFormat[] =
"{%08lx-%04x-%04x-%02x%02x-%02x%02x%02x%02x%02x%02x}";
/*

View File

@ -19,7 +19,7 @@
#include <stdio.h>
#include "nsID.h"
const static char gIDFormat[] =
static const char gIDFormat[] =
"{%08lx-%04x-%04x-%02x%02x-%02x%02x%02x%02x%02x%02x}";
/*

View File

@ -19,7 +19,7 @@
#include <stdio.h>
#include "nsID.h"
const static char gIDFormat[] =
static const char gIDFormat[] =
"{%08lx-%04x-%04x-%02x%02x-%02x%02x%02x%02x%02x%02x}";
/*