ignore-value: make ignore_value more generic; deprecate ignore_ptr
[pspp] / lib / xconcat-filename.c
index 2726036a0f9da07845bdeb25246f8855df8a8c46..1a42c2c986d623ea14dbf53f3fa01bb71c1cebb5 100644 (file)
@@ -1,5 +1,5 @@
 /* Construct a full filename from a directory and a relative filename.
-   Copyright (C) 2001-2004, 2006-2008 Free Software Foundation, Inc.
+   Copyright (C) 2001-2004, 2006-2011 Free Software Foundation, Inc.
 
    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
@@ -29,7 +29,7 @@
    Return a freshly allocated filename.  */
 char *
 xconcatenated_filename (const char *directory, const char *filename,
-                       const char *suffix)
+                        const char *suffix)
 {
   char *result;