diff options
Diffstat (limited to 'pith/util.h')
-rw-r--r-- | pith/util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pith/util.h b/pith/util.h index 7a9a7f79..1fa346ad 100644 --- a/pith/util.h +++ b/pith/util.h @@ -51,7 +51,7 @@ typedef struct screen_position { #define SCREEN_FUN_NULL ((void (*)(struct pine *)) NULL) -/* exported protoypes */ +/* exported prototypes */ int *cpyint(int); /* currently mandatory to implement stubs */ |