cosmetic fixes
This commit is contained in:
parent
3af8bc98fb
commit
0e7b439f11
|
@ -1,6 +1,6 @@
|
||||||
|
|
||||||
AC_PREREQ(2.6)
|
AC_PREREQ(2.6)
|
||||||
AC_INIT([codecrypt], [9999])
|
AC_INIT([codecrypt], [devel-1])
|
||||||
AC_CONFIG_AUX_DIR(.) # because of libtoolize
|
AC_CONFIG_AUX_DIR(.) # because of libtoolize
|
||||||
|
|
||||||
AM_INIT_AUTOMAKE()
|
AM_INIT_AUTOMAKE()
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This file is part of Codecrypt.
|
* This file is part of Codecrypt.
|
||||||
*
|
*
|
||||||
|
@ -17,8 +16,8 @@
|
||||||
* along with Codecrypt. If not, see <http://www.gnu.org/licenses/>.
|
* along with Codecrypt. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _ccr_hash_h_
|
#ifndef _ccr_enc_h_
|
||||||
#define _ccr_hash_h_
|
#define _ccr_enc_h_
|
||||||
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue