summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-07-31 15:14:26 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-07-31 15:14:26 +0000
commitcc478a4f4794c122ecf5ee0a4bdf0dc59b25af26 (patch)
treec7ebc22309ae9e210179911e304f749412a33195 /TOOLS
parent6dfa02f4140e5a06d1fc882cf7dc25d221f18c2b (diff)
downloadmpv-cc478a4f4794c122ecf5ee0a4bdf0dc59b25af26.tar.bz2
mpv-cc478a4f4794c122ecf5ee0a4bdf0dc59b25af26.tar.xz
cosmetic warning fix (missing newline at end of file)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12924 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'TOOLS')
-rw-r--r--TOOLS/bios2dump.c2
-rw-r--r--TOOLS/mem2dump.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/TOOLS/bios2dump.c b/TOOLS/bios2dump.c
index 52f1c86cd0..cdd74e1460 100644
--- a/TOOLS/bios2dump.c
+++ b/TOOLS/bios2dump.c
@@ -52,4 +52,4 @@ int main( int argc, char *argv[])
fclose(fd_out);
fclose(fd_mem);
return EXIT_SUCCESS;
-} \ No newline at end of file
+}
diff --git a/TOOLS/mem2dump.c b/TOOLS/mem2dump.c
index e5cbce03e3..9a09694803 100644
--- a/TOOLS/mem2dump.c
+++ b/TOOLS/mem2dump.c
@@ -46,4 +46,4 @@ int main( int argc, char *argv[])
fclose(fd_out);
fclose(fd_mem);
return EXIT_SUCCESS;
-} \ No newline at end of file
+}