Assign const qualifier to the font variable, fix warning.

Originally committed as revision 17436 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Stefano Sabatini 16 years ago
parent 2ba5628939
commit 818ff9a4eb
  1. 2
      vhook/imlib2.c

@ -146,7 +146,7 @@ int Configure(void **ctxp, int argc, char *argv[])
int c;
ContextInfo *ci;
char *rgbtxt = 0;
char *font = "LucidaSansDemiBold/16";
const char *font = "LucidaSansDemiBold/16";
char *fp = getenv("FONTPATH");
char *color = 0;
FILE *f;

Loading…
Cancel
Save