From 7f8f89f89d2b03d124e0c9e41931a4dc6512be67 Mon Sep 17 00:00:00 2001 From: l_maliakal_d Date: Wed, 10 Oct 2012 08:04:52 +0000 Subject: [PATCH] not important:got rid of warning in sls_det_funcs git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@287 951219d9-93cf-4727-9268-0efd64621fa3 --- slsDetectorSoftware/commonFiles/sls_detector_funcs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/slsDetectorSoftware/commonFiles/sls_detector_funcs.h b/slsDetectorSoftware/commonFiles/sls_detector_funcs.h index f1007ee08..7f8759016 100644 --- a/slsDetectorSoftware/commonFiles/sls_detector_funcs.h +++ b/slsDetectorSoftware/commonFiles/sls_detector_funcs.h @@ -5,7 +5,7 @@ All set functions with argument -1 work as get, when possible */ - #ifndef SLS_DETECTOR_FUNCS_H +#ifndef SLS_DETECTOR_FUNCS_H #define SLS_DETECTOR_FUNCS_H enum { @@ -128,5 +128,5 @@ enum { }; -#endif SLS_DETECTOR_FUNCS_H +#endif /** @endinternal */