# HG changeset patch # User Christian Hammond # Date 1048559408 0 # Node ID 912294585edf4211660628e58c737a1cb18adf0f # Parent 7433f6a3569ef41c37946f80a704b7807e43c37d [gaim-migrate @ 5218] alphabet should be static. committer: Tailor Script diff -r 7433f6a3569e -r 912294585edf src/util.c --- a/src/util.c Tue Mar 25 02:12:52 2003 +0000 +++ b/src/util.c Tue Mar 25 02:30:08 2003 +0000 @@ -346,7 +346,9 @@ } -const char alphabet[] = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz" "0123456789+/"; +static const char alphabet[] = + "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz" + "0123456789+/"; /* XXX Find bug */ char *tobase64(const char *text)