about summary refs log tree commit diff
path: root/urt/rle_open_f.c
diff options
context:
space:
mode:
Diffstat (limited to 'urt/rle_open_f.c')
-rw-r--r--urt/rle_open_f.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/urt/rle_open_f.c b/urt/rle_open_f.c
index 65362a53..834a0c6d 100644
--- a/urt/rle_open_f.c
+++ b/urt/rle_open_f.c
@@ -226,7 +226,6 @@ dealWithSubprocess(const char *  const file_name,
 
 
 
-
 /*
  *  Purpose : Open a file for input or output as controlled by the mode
  *  parameter.  If no file name is specified (ie. file_name is null) then
@@ -322,3 +321,5 @@ rle_open_f(const char * prog_name, const char * file_name, const char * mode)
     return fp;
 }
 
+
+