typo in ck-connector.h
Bug #187746 reported by
Colin Watson
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| ConsoleKit |
Fix Released
|
Low
|
|||
| consolekit (Ubuntu) |
Fix Released
|
Low
|
Unassigned | ||
Bug Description
Binary package hint: consolekit
struct _CkConnecter;
typedef struct _CkConnector CkConnector;
I'm pretty sure the first line ought to be "struct _CkConnector" (e -> o) instead?
| Changed in consolekit: | |
| importance: | Undecided → Low |
| status: | New → Triaged |
| Changed in consolekit: | |
| status: | Unknown → Confirmed |
| Changed in consolekit: | |
| status: | Confirmed → Fix Released |
| Changed in consolekit: | |
| importance: | Unknown → Low |
| Changed in consolekit: | |
| importance: | Low → Unknown |
| Changed in consolekit: | |
| importance: | Unknown → Low |
To post a comment you must log in.

Reported by Colin Watson at
https:/ /bugs.launchpad .net/bugs/ 187746
libck-connector /ck-connector. h has
38 struct _CkConnecter;
39 typedef struct _CkConnector CkConnector;
should the first line be
38 struct _CkConnector;
?
Thanks,
James