gettimeofday: port recent C++ fix to Emacs
[gnulib.git] / lib / xconcat-filename.c
index 2726036..eb2f8a9 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-2013 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;