diff options
Diffstat (limited to 'pimd/pim_version.h')
| -rw-r--r-- | pimd/pim_version.h | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/pimd/pim_version.h b/pimd/pim_version.h index 64e07862d6..4729af5f41 100644 --- a/pimd/pim_version.h +++ b/pimd/pim_version.h @@ -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, @@ -23,6 +23,6 @@  #define PIMD_VERSION_STR "0.166" -const char * const PIMD_VERSION; +const char *const PIMD_VERSION;  #endif /* PIM_VERSION_H */  | 
