~ubuntu-branches/debian/experimental/geany/experimental

« back to all changes in this revision

Viewing changes to scintilla/XPM.cxx

  • Committer: Bazaar Package Importer
  • Author(s): Damián Viano
  • Date: 2008-05-02 11:37:45 UTC
  • mfrom: (1.2.1 upstream) (3.1.6 hardy)
  • Revision ID: james.westby@ubuntu.com-20080502113745-xzp4g6dmovrpoj17
Tags: 0.14-1
New upstream release (Closes: #478126)

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
 
13
13
#include "XPM.h"
14
14
 
 
15
#ifdef SCI_NAMESPACE
 
16
using namespace Scintilla;
 
17
#endif
 
18
 
15
19
static const char *NextField(const char *s) {
16
20
        // In case there are leading spaces in the string
17
21
        while (*s && *s == ' ') {