From 742308f3e3646dd27ef9679ba2ae8756a2a64f7c Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 22 Sep 2011 14:53:15 +0000 Subject: Add TIFF unit test git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3969 42af7a65-404d-4744-a932-0658087f49c3 --- apps/graphics/tiff/tiff_internal.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'apps/graphics/tiff/tiff_internal.h') diff --git a/apps/graphics/tiff/tiff_internal.h b/apps/graphics/tiff/tiff_internal.h index ac14e0ad7..bfc2a0253 100644 --- a/apps/graphics/tiff/tiff_internal.h +++ b/apps/graphics/tiff/tiff_internal.h @@ -1,7 +1,7 @@ /**************************************************************************** * apps/graphics/tiff/tiff_internal.h * - * Copyright (C) 2010 Gregory Nutt. All rights reserved. + * Copyright (C) 2011 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * * Redistribution and use in source and binary forms, with or without @@ -33,8 +33,8 @@ * ****************************************************************************/ -#ifndef __APPS_GRPHICS_TIFF_TIFF_INTERNAL_H -#define __APPS_GRPHICS_TIFF_TIFF_INTERNAL_H +#ifndef __APPS_GRAPHICS_TIFF_TIFF_INTERNAL_H +#define __APPS_GRAPHICS_TIFF_TIFF_INTERNAL_H /**************************************************************************** * Included Files @@ -206,5 +206,5 @@ EXTERN ssize_t tiff_wordalign(int fd, size_t size); } #endif -#endif /* __APPS_GRPHICS_TIFF_TIFF_INTERNAL_H */ +#endif /* __APPS_GRAPHICS_TIFF_TIFF_INTERNAL_H */ -- cgit v1.2.3