aboutsummaryrefslogtreecommitdiff
path: root/libcpp/init.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libcpp/init.cc')
-rw-r--r--libcpp/init.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcpp/init.cc b/libcpp/init.cc
index fff0eb8..c8c466d 100644
--- a/libcpp/init.cc
+++ b/libcpp/init.cc
@@ -883,7 +883,7 @@ read_original_directory (cpp_reader *pfile)
/* Smash the string directly, it's dead at this point */
char *smashy = (char *)text;
smashy[len - 3] = 0;
-
+
pfile->cb.dir_change (pfile, smashy + 1);
}