X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=app%2Ftriface%2Ftriface.c;h=86f21b2d22fb806dd4c96a8def5a8b07acd22137;hb=656eb15bf18229f44f671a75a12ea7a2fb88edc5;hp=c807eac55ecb4467e0d6134388155c3d58343ea2;hpb=ea9f2eb7d3ab9137f317d02404ff60f6806e1bb9;p=bertos.git diff --git a/app/triface/triface.c b/app/triface/triface.c index c807eac5..86f21b2d 100644 --- a/app/triface/triface.c +++ b/app/triface/triface.c @@ -27,14 +27,14 @@ * the GNU General Public License. * * Copyright 2003, 2004, 2006, 2008 Develer S.r.l. (http://www.develer.com/) - * Copyright 2000 Bernardo Innocenti + * Copyright 2000 Bernie Innocenti * * --> * * \version $Id$ * * \author Marco Benelli - * \author Bernardo Innocenti + * \author Bernie Innocenti * \author Daniele Basile * * \brief Windowing system test. @@ -58,8 +58,8 @@ -static KFileSerial fd_ser; -static KFileSerial tag_ser; +static Serial fd_ser; +static Serial tag_ser; int main(void) {