mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 22:00:31 -04:00
11 lines
344 B
C++
11 lines
344 B
C++
--- src/Cxx.cc.orig 2018-08-26 06:39:26 UTC
|
|
+++ src/Cxx.cc
|
|
@@ -894,7 +894,7 @@ void Cxx::WriteCreation(SystemFile &f,File_type tp)
|
|
if (!Configuration.author_email.empty())
|
|
f << " by " << Configuration.author_email;
|
|
f << '\n';
|
|
- f << comment << " using "GLADEMM_NAME"\n";
|
|
+ f << comment << " using " GLADEMM_NAME "\n";
|
|
}
|
|
|
|
|