Changeset 23487 for trunk/psModules/src/camera
- Timestamp:
- Mar 23, 2009, 9:42:42 AM (17 years ago)
- Location:
- trunk/psModules/src/camera
- Files:
-
- 2 edited
-
pmFPAfile.c (modified) (1 diff)
-
pmFPAfile.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmFPAfile.c
r23358 r23487 58 58 } 59 59 60 pmFPAfile *pmFPAfileAlloc( )60 pmFPAfile *pmFPAfileAlloc(void) 61 61 { 62 62 pmFPAfile *file = psAlloc(sizeof(pmFPAfile)); -
trunk/psModules/src/camera/pmFPAfile.h
r23358 r23487 115 115 116 116 // allocate an empty pmFPAfile structure 117 pmFPAfile *pmFPAfileAlloc ();117 pmFPAfile *pmFPAfileAlloc(void); 118 118 119 119 // select the readout from the named pmFPAfile; if the named file does not exist,
Note:
See TracChangeset
for help on using the changeset viewer.
