diff options
Diffstat (limited to 'utils/hp2ps/Reorder.c')
-rw-r--r-- | utils/hp2ps/Reorder.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/hp2ps/Reorder.c b/utils/hp2ps/Reorder.c index 2a7fb98375..144b3f99d3 100644 --- a/utils/hp2ps/Reorder.c +++ b/utils/hp2ps/Reorder.c @@ -43,7 +43,7 @@ OrderFor(char *ident, int order) * Otherwise, return 0 which is the minimum ordering value. */ -int +static int OrderOf(char *ident) { int i; |