diff options
Diffstat (limited to 'fonttosfnt.c')
-rw-r--r-- | fonttosfnt.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fonttosfnt.c b/fonttosfnt.c index 375fdb3..0a90b01 100644 --- a/fonttosfnt.c +++ b/fonttosfnt.c @@ -19,6 +19,7 @@ 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. */ +/* $XdotOrg: xc/programs/fonttosfnt/fonttosfnt.c,v 1.1.4.1.4.2 2004/03/04 19:42:54 kaleb Exp $ */ /* $XFree86: xc/programs/fonttosfnt/fonttosfnt.c,v 1.3 2003/07/08 15:39:49 tsi Exp $ */ #include <stdio.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, |