diff options
| author | Paul Eggert | 2017-02-18 18:16:37 -0800 |
|---|---|---|
| committer | Paul Eggert | 2017-02-18 18:17:03 -0800 |
| commit | b2a83eed23d540b4b0ab9e0bf5605821011bfd7d (patch) | |
| tree | 20545c597c19d213252bcdba7076a807ec633867 /src/widget.h | |
| parent | 7f89c208bf4bb256c67cc59351f4171c7a6b63aa (diff) | |
| download | emacs-b2a83eed23d540b4b0ab9e0bf5605821011bfd7d.tar.gz emacs-b2a83eed23d540b4b0ab9e0bf5605821011bfd7d.zip | |
Use 'char *FOO' instead of 'char* FOO'
Diffstat (limited to 'src/widget.h')
| -rw-r--r-- | src/widget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widget.h b/src/widget.h index bb36f61a8f0..2c5fb61df2f 100644 --- a/src/widget.h +++ b/src/widget.h | |||
| @@ -92,7 +92,7 @@ typedef struct _EmacsFrameClassRec *EmacsFrameClass; | |||
| 92 | 92 | ||
| 93 | extern WidgetClass emacsFrameClass; | 93 | extern WidgetClass emacsFrameClass; |
| 94 | 94 | ||
| 95 | extern struct _DisplayContext* display_context; | 95 | extern struct _DisplayContext *display_context; |
| 96 | 96 | ||
| 97 | /* Special entry points */ | 97 | /* Special entry points */ |
| 98 | void EmacsFrameSetCharSize (Widget, int, int); | 98 | void EmacsFrameSetCharSize (Widget, int, int); |