blob: 45f0509a02c5f11dc250ab6fb485fb34554afc09 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- sapserver.cpp.orig 2009-03-01 19:58:22 UTC
+++ sapserver.cpp
@@ -128,7 +128,7 @@ help(void)
static void
version(void)
{
- puts(PACKAGE_NAME" version "PACKAGE_VERSION"\n"
+ puts(PACKAGE_NAME " version " PACKAGE_VERSION"\n"
"Copyright (C) 1999-2005 VideoLAN project\n"
"This is free software; see the source for copying conditions.\n"
"There is NO warranty; not even for MERCHANTABILITY or\n"
|