cosmetic fixes

This commit is contained in:
Mirek Kratochvil 2013-01-01 17:22:19 +01:00
parent 3af8bc98fb
commit 0e7b439f11
2 changed files with 3 additions and 4 deletions

View file

@ -1,6 +1,6 @@
AC_PREREQ(2.6)
AC_INIT([codecrypt], [9999])
AC_INIT([codecrypt], [devel-1])
AC_CONFIG_AUX_DIR(.) # because of libtoolize
AM_INIT_AUTOMAKE()

View file

@ -1,5 +1,4 @@
/*
* This file is part of Codecrypt.
*
@ -17,8 +16,8 @@
* along with Codecrypt. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef _ccr_hash_h_
#define _ccr_hash_h_
#ifndef _ccr_enc_h_
#define _ccr_enc_h_
#endif