From ee5021deb1ed89abed89bd68d7efdcb893aab56d Mon Sep 17 00:00:00 2001 From: goldsimon Date: Wed, 22 Mar 2017 21:14:36 +0100 Subject: [PATCH] tftp_server: fix bogus comment lines in file header --- src/apps/tftp/tftp_server.c | 4 ++-- src/include/lwip/apps/tftp_opts.h | 4 ++-- src/include/lwip/apps/tftp_server.h | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/apps/tftp/tftp_server.c b/src/apps/tftp/tftp_server.c index e5c5e887..5009f741 100644 --- a/src/apps/tftp/tftp_server.c +++ b/src/apps/tftp/tftp_server.c @@ -1,4 +1,4 @@ -/******************************************************************* +/** * * @file tftp_server.c * @@ -10,7 +10,7 @@ * Copyright (c) Deltatee Enterprises Ltd. 2013 * All rights reserved. * - ********************************************************************/ + */ /* * Redistribution and use in source and binary forms, with or without diff --git a/src/include/lwip/apps/tftp_opts.h b/src/include/lwip/apps/tftp_opts.h index 6968a803..4d52ea1d 100644 --- a/src/include/lwip/apps/tftp_opts.h +++ b/src/include/lwip/apps/tftp_opts.h @@ -1,4 +1,4 @@ -/****************************************************************//** +/** * * @file tftp_opts.h * @@ -9,7 +9,7 @@ * Copyright (c) Deltatee Enterprises Ltd. 2013 * All rights reserved. * - ********************************************************************/ + */ /* * Redistribution and use in source and binary forms, with or without diff --git a/src/include/lwip/apps/tftp_server.h b/src/include/lwip/apps/tftp_server.h index 3fbe701e..a27ed961 100644 --- a/src/include/lwip/apps/tftp_server.h +++ b/src/include/lwip/apps/tftp_server.h @@ -1,4 +1,4 @@ -/****************************************************************//** +/** * * @file tftp_server.h * @@ -9,7 +9,7 @@ * Copyright (c) Deltatee Enterprises Ltd. 2013 * All rights reserved. * - ********************************************************************/ + */ /* * Redistribution and use in source and binary forms, with or without