diff options
author | Kaleb Keithley <kaleb@freedesktop.org> | 2003-12-20 00:28:31 +0000 |
---|---|---|
committer | Kaleb Keithley <kaleb@freedesktop.org> | 2003-12-20 00:28:31 +0000 |
commit | a2f7ddcca9c39008596e8b28624bdfe127656afd (patch) | |
tree | 8dd9899356ffbafe74a58d90e78264ba0d667826 /fonttosfnt.c | |
parent | a46389d96c54351cd95614f1e5eae495f51957f0 (diff) |
merge XFree86 RC2 (4.3.99.902) from vendor branchXORG-RELEASE-1-BASEXEVIE-MERGEXEVIE-BASE
Diffstat (limited to 'fonttosfnt.c')
-rw-r--r-- | fonttosfnt.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/fonttosfnt.c b/fonttosfnt.c index 375fdb3..ccdb4bb 100644 --- a/fonttosfnt.c +++ b/fonttosfnt.c @@ -19,7 +19,8 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/* $XFree86: xc/programs/fonttosfnt/fonttosfnt.c,v 1.3 2003/07/08 15:39:49 tsi Exp $ */ +/* $XdotOrg: xc/programs/fonttosfnt/fonttosfnt.c,v 1.4 2003/12/19 02:16:36 dawes Exp $ */ +/* $XFree86: xc/programs/fonttosfnt/fonttosfnt.c,v 1.4 2003/12/19 02:16:36 dawes Exp $ */ #include <stdio.h> #include <stdlib.h> @@ -34,7 +35,7 @@ int crop_flag = 1; int bit_aligned_flag = 1; static void -usage() +usage(void) { fprintf(stderr, "Usage:\n"); fprintf(stderr, |