diff options
Diffstat (limited to 'pimd/pim_version.c')
| -rw-r--r-- | pimd/pim_version.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/pimd/pim_version.c b/pimd/pim_version.c index a43c27d5b5..ef5d5339ef 100644 --- a/pimd/pim_version.c +++ b/pimd/pim_version.c @@ -11,7 +11,7 @@    WITHOUT ANY WARRANTY; without even the implied warranty of    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU    General Public License for more details. -   +    You should have received a copy of the GNU General Public License    along with this program; see the file COPYING; if not, write to the    Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, @@ -22,4 +22,4 @@  #include "pim_version.h" -const char * const PIMD_VERSION = PIMD_VERSION_STR; +const char *const PIMD_VERSION = PIMD_VERSION_STR;  | 
