Sync with trunk (r48042), except win32k/ntuser/cursoricon.c
[reactos.git] / dll / 3rdparty / libjpeg / ckconfig.c
index 34baf79..e658623 100644 (file)
@@ -301,7 +301,7 @@ int main (argc, argv)
 
   /* Write out all the info */
   fprintf(outfile, "/* jconfig.h --- generated by ckconfig.c */\n");
-  fprintf(outfile, "/* see jconfig.doc for explanations */\n\n");
+  fprintf(outfile, "/* see jconfig.txt for explanations */\n\n");
 #ifdef HAVE_PROTOTYPES
   fprintf(outfile, "#define HAVE_PROTOTYPES\n");
 #else