diff options
author | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-03-19 14:40:56 +0000 |
---|---|---|
committer | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-03-19 14:40:56 +0000 |
commit | 8b28b2a559e0fe89fd86dec1ea5a8be00a16b499 (patch) | |
tree | bc0ef4e1e4820dd1b7574d7e75f2b1d1ba102503 /package/openwrt/mtd.c | |
parent | c89741cb481c06b5c47ca204f40630b39341d701 (diff) |
cosmetic changes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@388 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/openwrt/mtd.c')
-rw-r--r-- | package/openwrt/mtd.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/openwrt/mtd.c b/package/openwrt/mtd.c index 37dbd12125..528eef3c2c 100644 --- a/package/openwrt/mtd.c +++ b/package/openwrt/mtd.c @@ -1,10 +1,8 @@ /* - * mtd.c + * mtd - simple memory technology device manipulation tool * * Copyright (C) 2005 Waldemar Brodkorb <wbx@dass-it.de> * - * $Id$ - * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version 2 @@ -23,6 +21,8 @@ * it is mainly code from the linux-mtd project, which accepts the same * command line arguments as the broadcom utility * + * $Id$ + * */ #include <limits.h> |