~ubuntu-branches/ubuntu/karmic/m17n-lib/karmic

« back to all changes in this revision

Viewing changes to src/m17n-gui.c

  • Committer: Bazaar Package Importer
  • Author(s): Harshula Jayasuriya
  • Date: 2008-04-04 23:15:32 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20080404231532-pys1hr3eq0qv0fcx
Tags: 1.3.4-2
libm17n-dev Depends on libxml2-dev and libthai-dev. (Closes: #473957)

Show diffs side-by-side

added added

removed removed

Lines of Context:
88
88
{
89
89
  /** Name of the dynamic library (e.g. "libm17n-X.so").  */
90
90
  char *library;
91
 
  /** Handle fo the dynamic library.  */
 
91
  /** Handle of the dynamic library.  */
92
92
  void *handle;
93
93
  /** Function to call just after loading the library.  */
94
94
  int (*init) ();
321
321
    }
322
322
#ifdef HAVE_FREETYPE
323
323
  if (null_interface.handle)
324
 
    (*null_interface.fini) ();
 
324
    {
 
325
      (*null_interface.fini) ();
 
326
      null_interface.handle = NULL;
 
327
    }
325
328
#endif  /* not HAVE_FREETYPE */
326
329
  M17N_OBJECT_UNREF (device_library_list);
327
330
  minput__win_fini ();