~noskcaj/ubuntu/trusty/argyll/merge

« back to all changes in this revision

Viewing changes to xicc/specplot.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:
253
253
                        switch (ilType) {
254
254
                            case icxIT_A:
255
255
                                        inm = "A"; break;
 
256
                            case icxIT_C:
 
257
                                        inm = "C"; break;
256
258
                            case icxIT_D50:
257
259
                                        inm = "D50"; break;
258
260
                            case icxIT_D65:
264
266
                            case icxIT_F10:
265
267
                                        inm = "F10"; break;
266
268
                                default:
 
269
                                        inm = "Unknown"; break;
267
270
                                        break;
268
271
                        }
269
272