diff options
| author | Pavel Janík | 2001-12-12 20:03:19 +0000 |
|---|---|---|
| committer | Pavel Janík | 2001-12-12 20:03:19 +0000 |
| commit | 19474e269f8cc2582ac1749fb60ae0d9276ccd38 (patch) | |
| tree | 95e38ceeec91f3f76420c52ca818b2fec99b50de /src | |
| parent | 11f6edcc93e643cbdff4a8b0e2f77a46612bb111 (diff) | |
| download | emacs-19474e269f8cc2582ac1749fb60ae0d9276ccd38.tar.gz emacs-19474e269f8cc2582ac1749fb60ae0d9276ccd38.zip | |
Fix typo.
Diffstat (limited to 'src')
| -rw-r--r-- | src/w32bdf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32bdf.c b/src/w32bdf.c index b3df1645044..d2d33d72ca3 100644 --- a/src/w32bdf.c +++ b/src/w32bdf.c | |||
| @@ -791,7 +791,7 @@ struct font_info *w32_load_bdf_font (struct frame *f, char *fontname, | |||
| 791 | return fontp; | 791 | return fontp; |
| 792 | } | 792 | } |
| 793 | 793 | ||
| 794 | /* Check a file for an XFLD string describing it. */ | 794 | /* Check a file for an XLFD string describing it. */ |
| 795 | int w32_BDF_to_x_font (char *file, char* xstr, int len) | 795 | int w32_BDF_to_x_font (char *file, char* xstr, int len) |
| 796 | { | 796 | { |
| 797 | HANDLE hfile, hfilemap; | 797 | HANDLE hfile, hfilemap; |