~noskcaj/ubuntu/trusty/argyll/merge

« back to all changes in this revision

Viewing changes to xicc/ccttest.c

  • Committer: Bazaar Package Importer
  • Author(s): Roland Mas
  • Date: 2009-12-10 17:26:04 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20091210172604-pfjrmh0cag9hn0x8
Tags: 1.1.0~rc2-1
* New upstream pre-release.
* Updated location of Bazaar branches in control file.
* The Debian-specific branch now feeds from the "midstream" branch
  rather than the "upstream-releases" branch, to ease collaboration with
  other distributions.  This shouldn't make any difference on the
  package contents.

Show diffs side-by-side

added added

removed removed

Lines of Context:
252
252
                        switch (ilType) {
253
253
                            case icxIT_A:
254
254
                                        inm = "A"; break;
 
255
                            case icxIT_C:
 
256
                                        inm = "C"; break;
255
257
                            case icxIT_D50:
256
258
                                        inm = "D50"; break;
257
259
                            case icxIT_D65:
263
265
                            case icxIT_F10:
264
266
                                        inm = "F10"; break;
265
267
                                default:
 
268
                                        inm = "Unknown"; break;
266
269
                                        break;
267
270
                        }
268
271