Changeset 16343
- Timestamp:
- Feb 6, 2008, 2:08:53 PM (18 years ago)
- Location:
- trunk/psModules/src/camera
- Files:
-
- 2 edited
-
pmFPAfile.c (modified) (1 diff)
-
pmFPAfile.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmFPAfile.c
r16186 r16343 446 446 } 447 447 448 c har *pmFPAfileStringFromType(pmFPAfileType type)448 const char *pmFPAfileStringFromType(pmFPAfileType type) 449 449 { 450 450 switch (type) { -
trunk/psModules/src/camera/pmFPAfile.h
r16186 r16343 4 4 * @author EAM, IfA 5 5 * 6 * @version $Revision: 1.2 6$ $Name: not supported by cvs2svn $7 * @date $Date: 2008-0 1-23 03:10:51$6 * @version $Revision: 1.27 $ $Name: not supported by cvs2svn $ 7 * @date $Date: 2008-02-07 00:08:53 $ 8 8 * Copyright 2004-2005 Institute for Astronomy, University of Hawaii 9 9 */ … … 126 126 127 127 // Return the file type as a string 128 c har *pmFPAfileStringFromType(pmFPAfileType type);128 const char *pmFPAfileStringFromType(pmFPAfileType type); 129 129 130 130 /// @}
Note:
See TracChangeset
for help on using the changeset viewer.
