diff dependency.h @ 63:a32504bb2a1c

added a cast to remove a warning and did some formatting whitespace
author Some Random Person <seanhalle@yahoo.com>
date Tue, 13 Mar 2012 10:04:14 -0700
parents 3c9ed64db705
children d20b105981b7
line diff
     1.1 --- a/dependency.h	Sat Mar 10 21:49:45 2012 -0800
     1.2 +++ b/dependency.h	Tue Mar 13 10:04:14 2012 -0700
     1.3 @@ -5,8 +5,8 @@
     1.4   * Created on 29. August 2011, 17:41
     1.5   */
     1.6  
     1.7 -#ifndef DEPENDENCY_H
     1.8 -#define	DEPENDENCY_H
     1.9 +#ifndef  _DEPENDENCY_H
    1.10 +#define	_DEPENDENCY_H
    1.11  
    1.12  
    1.13  #include <stdio.h>