diff options
author | Adam Jackson <ajax@redhat.com> | 2008-10-03 15:47:50 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2008-10-03 17:51:19 -0400 |
commit | e6b1c1fada19268af559d89375989973729fdb19 (patch) | |
tree | e84369d508dd5045da27e00377434281397348ca /dix/main.c | |
parent | fe616f9230b672edb89fca7516e750dc1b20c690 (diff) |
const cleanup
Diffstat (limited to 'dix/main.c')
-rw-r--r-- | dix/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dix/main.c b/dix/main.c index 4e838a9d1..f021511f9 100644 --- a/dix/main.c +++ b/dix/main.c @@ -461,7 +461,7 @@ SetVendorString(char *string) VendorString = string; } -static int padlength[4] = {0, 3, 2, 1}; +static const int padlength[4] = {0, 3, 2, 1}; #ifndef PANORAMIX static |