diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2000-10-20 10:12:55 +0000 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2000-10-20 10:12:55 +0000 |
commit | f31f9af3980b9011034c52c1e4dbe6b803acfe0e (patch) | |
tree | bf639ab12a4d3c2f3fcb057ba509481cd5978f24 /dmake/getinp.c | |
parent | a814987537f94347d69dbf71a7fbafcd00bfa721 (diff) |
has an extraneous ; after the function closure
Diffstat (limited to 'dmake/getinp.c')
-rw-r--r-- | dmake/getinp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dmake/getinp.c b/dmake/getinp.c index 7d2af1dc8e43..9218e61a7d22 100644 --- a/dmake/getinp.c +++ b/dmake/getinp.c @@ -1,4 +1,4 @@ -/* RCS $Id: getinp.c,v 1.1.1.1 2000-09-22 15:33:25 hr Exp $ +/* RCS $Id: getinp.c,v 1.2 2000-10-20 11:12:55 hjs Exp $ -- -- SYNOPSIS -- Handle reading of input. @@ -667,5 +667,5 @@ int partcomp( char* lhs, int opcode ) } /* printf("partresult %d\n",result);*/ return result; -}; +} |